This commit is contained in:
Wilee999 2013-07-02 19:40:18 -07:00
parent 797de66e10
commit a0cf0e9352

View File

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