mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-17 21:06:11 +00:00
Also update the last "login" date.
This commit is contained in:
parent
846b79d4fa
commit
d988a699ec
@ -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 New Issue
Block a user