diff --git a/TShockAPI/GetDataHandlers.cs b/TShockAPI/GetDataHandlers.cs index 4357e949..a2b92523 100644 --- a/TShockAPI/GetDataHandlers.cs +++ b/TShockAPI/GetDataHandlers.cs @@ -630,6 +630,12 @@ namespace TShockAPI return true; } + if (dmg > 400) // random number, if false positives, increase + { + TShock.Utils.HandleCheater(args.Player, TShock.Config.ProjectileAbuseReason); + return true; + } + if (type == 23) { if (velx == 0f && vely == 0f && dmg == 99)