diff --git a/TShockAPI/Bouncer.cs b/TShockAPI/Bouncer.cs index 395ecc36..7287924f 100644 --- a/TShockAPI/Bouncer.cs +++ b/TShockAPI/Bouncer.cs @@ -534,7 +534,7 @@ namespace TShockAPI if (detectedNPCBuffTimeCheat) { - args.Player.Disable("Added buff to NPC abnormally.", DisableFlags.WriteToLogAndConsole); + args.Player.Kick("Added buff to NPC abnormally.", true); args.Handled = true; } }