mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2025-02-12 00:50:44 +00:00
removed
This commit is contained in:
parent
3f29f788d5
commit
797de66e10
1 changed files with 0 additions and 8 deletions
|
@ -530,14 +530,6 @@ public class TFM_PlayerListener implements Listener
|
||||||
block_command = true;
|
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())
|
else if (Pattern.compile("^//butcher").matcher(command).find())
|
||||||
{
|
{
|
||||||
if (!TFM_SuperadminList.isUserSuperadmin(p))
|
if (!TFM_SuperadminList.isUserSuperadmin(p))
|
||||||
|
|
Loading…
Reference in a new issue