mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-18 05:16:12 +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);
|
TFM_Superadmin superadmin = superadminList.get(admin_name);
|
||||||
superadmin.setActivated(true);
|
superadmin.setActivated(true);
|
||||||
superadmin.getIps().addAll(ips);
|
superadmin.getIps().addAll(ips);
|
||||||
|
superadmin.setLastLogin(new Date());
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user