Update for TFM staff refactor

This commit is contained in:
Telesphoreo 2020-08-15 20:06:27 -05:00
parent 0f203a5971
commit de2dff0376
6 changed files with 19 additions and 15 deletions

View file

@ -22,7 +22,7 @@ public class CommandReload extends Command {
@Override
public void execute() {
if (!marriage.getTFM().isAdmin(player))
if (!marriage.getTFM().isStaff(player))
{
sender.sendMessage(ChatColor.RED + "You are not permitted to use this command.");
return;