mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2025-02-11 23:40:13 +00:00
Make /saconfig add <name> add new IP for existing admin.
This commit is contained in:
parent
5845283bad
commit
846b79d4fa
1 changed files with 1 additions and 0 deletions
|
@ -328,6 +328,7 @@ public class TFM_SuperadminList
|
|||
{
|
||||
TFM_Superadmin superadmin = superadminList.get(admin_name);
|
||||
superadmin.setActivated(true);
|
||||
superadmin.getIps().addAll(ips);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue