mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-12 05:53:53 +00:00
/tfm: Return true when the player doesn't have permission. Fixes #227
This commit is contained in:
@ -30,6 +30,7 @@ public class Command_tfm extends TFM_Command
|
||||
if (!TFM_AdminList.isSuperAdmin(sender))
|
||||
{
|
||||
playerMsg(TotalFreedomMod.MSG_NO_PERMS);
|
||||
return true;
|
||||
}
|
||||
|
||||
TFM_AdminList.load();
|
||||
|
Reference in New Issue
Block a user