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

@ -114,7 +114,7 @@ public class Command_blockedit extends FreedomCommand
{
if (plugin.sl.isStaff(player2))
{
msg(player2.getName() + " is an admin, and cannot have their block edits blocked.");
msg(player2.getName() + " is a staff member, and cannot have their block edits blocked.");
return true;
}
@ -131,4 +131,4 @@ public class Command_blockedit extends FreedomCommand
}
return true;
}
}
}