Removed two semicolons at the end of a line
This commit is contained in:
parent
de4868a45d
commit
5ffd373083
1 changed files with 1 additions and 1 deletions
|
|
@ -1755,7 +1755,7 @@ namespace TShockAPI
|
||||||
|
|
||||||
public static bool CheckIgnores(TSPlayer player)
|
public static bool CheckIgnores(TSPlayer player)
|
||||||
{
|
{
|
||||||
return player.IgnoreActionsForInventory != "none" || player.IgnoreActionsForCheating != "none" || player.IgnoreActionsForDisabledArmor != "none" || player.IgnoreActionsForClearingTrashCan || !player.IsLoggedIn && Config.RequireLogin;;
|
return player.IgnoreActionsForInventory != "none" || player.IgnoreActionsForCheating != "none" || player.IgnoreActionsForDisabledArmor != "none" || player.IgnoreActionsForClearingTrashCan || !player.IsLoggedIn && Config.RequireLogin;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void OnConfigRead(ConfigFile file)
|
public void OnConfigRead(ConfigFile file)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue