parent
8ea0b40214
commit
d9a53cda30
4 changed files with 7 additions and 8 deletions
|
|
@ -1405,8 +1405,7 @@ namespace TShockAPI
|
|||
{
|
||||
if (args.Player.RequestedSection)
|
||||
return true;
|
||||
|
||||
args.Player.RequestedSection = true;
|
||||
args.Player.RequestedSection = true;
|
||||
if (TShock.HackedHealth(args.Player) && !args.Player.Group.HasPermission(Permissions.ignorestathackdetection))
|
||||
{
|
||||
TShock.Utils.ForceKick(args.Player, "You have Hacked Health/Mana, Please use a different character.", true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue