mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2025-02-11 19:39:11 +00:00
oops
This commit is contained in:
parent
797de66e10
commit
a0cf0e9352
1 changed files with 1 additions and 1 deletions
|
@ -530,7 +530,7 @@ public class TFM_PlayerListener implements Listener
|
|||
block_command = true;
|
||||
}
|
||||
}
|
||||
else if (Pattern.compile("^//butcher").matcher(command).find())
|
||||
else if (Pattern.compile("^//?butcher").matcher(command).find())
|
||||
{
|
||||
if (!TFM_SuperadminList.isUserSuperadmin(p))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue