Changed spaces to tabs.
This commit is contained in:
parent
15db899b57
commit
75d3b9624c
1 changed files with 5 additions and 4 deletions
|
|
@ -826,6 +826,7 @@ namespace TShockAPI
|
||||||
check = "Remove armor/accessory " + item.name;
|
check = "Remove armor/accessory " + item.name;
|
||||||
|
|
||||||
player.SendErrorMessage(string.Format("You are wearing banned equipment. {0}", check));
|
player.SendErrorMessage(string.Format("You are wearing banned equipment. {0}", check));
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
player.IgnoreActionsForDisabledArmor = check;
|
player.IgnoreActionsForDisabledArmor = check;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue