reduce damage
This commit is contained in:
parent
6068eaac5f
commit
542fe11c1a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue