Removed two semicolons at the end of a line

This commit is contained in:
Lucas Nicodemus 2014-09-23 22:23:02 -06:00
parent de4868a45d
commit 5ffd373083

View file

@ -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)