diff --git a/TShockAPI/GetDataHandlers.cs b/TShockAPI/GetDataHandlers.cs index 6971ca65..e663af32 100644 --- a/TShockAPI/GetDataHandlers.cs +++ b/TShockAPI/GetDataHandlers.cs @@ -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;