Remove double storage

It is unnecessary as the information is already stored in a map (Username, IPs)
This commit is contained in:
Nathan Curran
2021-03-08 11:34:48 +11:00
parent 5b577fae07
commit 9eca9ac5b2
3 changed files with 7 additions and 18 deletions

View File

@ -220,7 +220,6 @@ public class Command_saconfig extends FreedomCommand
if (plugin.al.isVerifiedAdmin(player))
{
plugin.al.verifiedNoAdmin.remove(player.getName());
plugin.al.verifiedNoAdminIps.remove(player.getName());
}
plugin.al.save(admin);