mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2025-02-11 19:09:11 +00:00
Also update the last "login" date.
This commit is contained in:
parent
846b79d4fa
commit
d988a699ec
1 changed files with 1 additions and 0 deletions
|
@ -329,6 +329,7 @@ public class TFM_SuperadminList
|
|||
TFM_Superadmin superadmin = superadminList.get(admin_name);
|
||||
superadmin.setActivated(true);
|
||||
superadmin.getIps().addAll(ips);
|
||||
superadmin.setLastLogin(new Date());
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue