Merge pull request #1685 from moisterrific/patch-1

Fix for Vortex armor set stealth flicker bug...again
This commit is contained in:
Chris 2020-01-19 16:37:15 +10:30 committed by GitHub
commit ef17fe2262
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;