mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-07-01 12:36:41 +00:00
stuff seth missed
admin -> staff
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user