This commit is contained in:
speed 2020-12-03 21:54:18 -05:00
parent 24b43d47d3
commit e55633d0a2
48 changed files with 299 additions and 306 deletions

View file

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