mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-02-01 12:00:05 +00:00
commit
7f9661ec11
@ -489,6 +489,13 @@ public class TFM_PlayerListener implements Listener
|
||||
block_command = true;
|
||||
}
|
||||
}
|
||||
else if (Pattern.compile("^/rl").matcher(command).find())
|
||||
{
|
||||
if (!TFM_SuperadminList.isUserSuperadmin(p))
|
||||
{
|
||||
block_command = true;
|
||||
}
|
||||
}
|
||||
else if (Pattern.compile("^/save-").matcher(command).find())
|
||||
{
|
||||
if (!TFM_SuperadminList.isUserSuperadmin(p))
|
||||
|
Loading…
x
Reference in New Issue
Block a user