mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-07-01 12:36:41 +00:00
Remove double storage
It is unnecessary as the information is already stored in a map (Username, IPs)
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user