diff --git a/TShockAPI/GetDataHandlers.cs b/TShockAPI/GetDataHandlers.cs index e4fcdfc3..44c79f0a 100755 --- a/TShockAPI/GetDataHandlers.cs +++ b/TShockAPI/GetDataHandlers.cs @@ -2534,7 +2534,7 @@ namespace TShockAPI if (!args.Player.Group.HasPermission(Permissions.ignoreliquidsetdetection)) { - args.Player.TileLiquidThreshold+=amount; + args.Player.TileLiquidThreshold++; } if (amount != 0) {