mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-08-03 18:38:47 +00:00
Make gcmd not work on admins
This commit is contained in:
@@ -32,6 +32,12 @@ public class Command_gcmd extends FreedomCommand
|
|||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (plugin.al.isAdmin(player))
|
||||||
|
{
|
||||||
|
msg(ChatColor.RED + "You can not use gcmd on admins");
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
@@ -52,4 +58,4 @@ public class Command_gcmd extends FreedomCommand
|
|||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user