Merge branch 'hackedinventory' into crp
This commit is contained in:
commit
2d06255095
1 changed files with 1 additions and 1 deletions
|
|
@ -1085,7 +1085,7 @@ namespace TShockAPI
|
||||||
{
|
{
|
||||||
player.IsDisabledForStackDetection = player.HasHackedItemStacks(shouldWarnPlayer: true);
|
player.IsDisabledForStackDetection = player.HasHackedItemStacks(shouldWarnPlayer: true);
|
||||||
}
|
}
|
||||||
check = "none";
|
string check = "none";
|
||||||
// Please don't remove this for the time being; without it, players wearing banned equipment will only get debuffed once
|
// Please don't remove this for the time being; without it, players wearing banned equipment will only get debuffed once
|
||||||
foreach (Item item in player.TPlayer.armor)
|
foreach (Item item in player.TPlayer.armor)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue