Update grammar on stack cheat messages.
This commit is contained in:
parent
8a43c701a3
commit
f9a1819e26
3 changed files with 26 additions and 32 deletions
|
|
@ -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 &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue