From 5ffd3730833a35395b78b2a63e50949f76308433 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Tue, 23 Sep 2014 22:23:02 -0600 Subject: [PATCH] Removed two semicolons at the end of a line --- TShockAPI/TShock.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index 688773bc..c298e091 100755 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -1755,7 +1755,7 @@ namespace TShockAPI 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)