This commit is contained in:
Wilee999 2013-07-02 19:36:59 -07:00
parent 3f29f788d5
commit 797de66e10

View file

@ -530,14 +530,6 @@ public class TFM_PlayerListener implements Listener
block_command = true;
}
}
else if (Pattern.compile("^/butcher").matcher(command).find())
{
if (!TFM_SuperadminList.isUserSuperadmin(p))
{
block_command = true;
}
}
//Just incase, a // version
else if (Pattern.compile("^//butcher").matcher(command).find())
{
if (!TFM_SuperadminList.isUserSuperadmin(p))