Fix for Vortex armor set stealth flicker bug

tests on my end showed it fixed, plz confirm as well
This commit is contained in:
moisterrific 2020-01-10 17:55:49 -05:00 committed by GitHub
parent 0ac7e39718
commit f50aba8ba6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2103,6 +2103,8 @@ namespace TShockAPI
if (pulley[3])
args.TPlayer.vortexStealthActive = true;
else
args.TPlayer.vortexStealthActive = false;
args.TPlayer.gravDir = pulley[4] ? 1f : -1f;