mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-08-07 13:03:12 +00:00
Update Command_blockcmd.java
This commit is contained in:
parent
51eb3f59fd
commit
7b33d91c94
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ public class Command_blockcmd extends FreedomCommand
|
||||||
|
|
||||||
if (isAdmin(player))
|
if (isAdmin(player))
|
||||||
{
|
{
|
||||||
msg(player.getName() + " is a Superadmin, and cannot have their commands blocked.");
|
msg(player.getName() + " is an admin, and cannot have their commands blocked.");
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue