stuff seth missed

admin -> staff
This commit is contained in:
speedxx
2020-08-15 12:35:48 -04:00
parent 3f4d34d172
commit 78b73b3b63
36 changed files with 148 additions and 159 deletions

View File

@ -73,7 +73,7 @@ public class Command_mute extends FreedomCommand
if (args[0].equals("all"))
{
FUtil.staffAction(sender.getName(), "Muting all non-admins", true);
FUtil.staffAction(sender.getName(), "Muting all non-staff", true);
FPlayer playerdata;
int counter = 0;
@ -122,7 +122,7 @@ public class Command_mute extends FreedomCommand
FPlayer playerdata = plugin.pl.getPlayer(player);
if (plugin.sl.isStaff(player))
{
msg(player.getName() + " is an admin, and can't be muted.");
msg(player.getName() + " is a staff member, and can't be muted.");
return true;
}