couldnt give it a better name

This commit is contained in:
ZeroEpoch1969
2019-08-03 19:50:31 -07:00
parent fb0bfb847f
commit dffd9f8c3c
6 changed files with 103 additions and 3 deletions

View File

@ -285,6 +285,12 @@ public class Command_saconfig extends FreedomCommand
}
}
if (plugin.al.isVerifiedAdmin(player))
{
plugin.al.verifiedNoAdmins.remove(player.getName());
plugin.al.verifiedNoAdminIps.remove(player.getName());
}
plugin.al.save();
plugin.al.updateTables();
if (player != null)