diff --git a/src/me/StevenLawson/TotalFreedomMod/Listener/TFM_PlayerListener.java b/src/me/StevenLawson/TotalFreedomMod/Listener/TFM_PlayerListener.java index 39ec4f02..c3644739 100644 --- a/src/me/StevenLawson/TotalFreedomMod/Listener/TFM_PlayerListener.java +++ b/src/me/StevenLawson/TotalFreedomMod/Listener/TFM_PlayerListener.java @@ -465,7 +465,7 @@ public class TFM_PlayerListener implements Listener block_command = true; } } - else if (Pattern.compile("^/e?socialspy").matcher(command).find()) + else if (Pattern.compile("^/socialspy").matcher(command).find()) { if (!TFM_SuperadminList.isUserSuperadmin(p)) { @@ -480,10 +480,6 @@ public class TFM_PlayerListener implements Listener { block_command = true; } - else if (Pattern.compile("^/clear").matcher(command).find()) - { - block_command = true; - } } if (block_command)