From 542fe11c1ac559be3ea2924fc8ab498f4d384def Mon Sep 17 00:00:00 2001 From: Deathmax Date: Sun, 18 Dec 2011 09:27:17 +0800 Subject: [PATCH] reduce damage --- TShockAPI/GetDataHandlers.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/GetDataHandlers.cs b/TShockAPI/GetDataHandlers.cs index a2b92523..67ca9dc9 100644 --- a/TShockAPI/GetDataHandlers.cs +++ b/TShockAPI/GetDataHandlers.cs @@ -630,7 +630,7 @@ namespace TShockAPI return true; } - if (dmg > 400) // random number, if false positives, increase + if (dmg > 100) // random number, if false positives, increase { TShock.Utils.HandleCheater(args.Player, TShock.Config.ProjectileAbuseReason); return true;