Update grammar on stack cheat messages.

This commit is contained in:
Lucas Nicodemus 2017-12-21 17:16:57 -07:00
parent 8a43c701a3
commit f9a1819e26
3 changed files with 26 additions and 32 deletions

View file

@ -1916,9 +1916,7 @@ namespace TShockAPI
if (!args.Player.HasPermission(Permissions.ignorestackhackdetection))
{
// TODO: When checkignores gets merged, this needs to set the hacked item stack flag
// and get moved to bouncer
args.Player.HasHackedItemStacks(true);
args.Player.IsDisabledForStackDetection = args.Player.HasHackedItemStacks(true);
}
if (TShock.Utils.ActivePlayers() + 1 > TShock.Config.MaxSlots &&