start migration to lang file
This commit is contained in:
@ -76,6 +76,8 @@ public class Account {
|
||||
this.firstJoin = config.getLong("firstJoin");
|
||||
this.lastLogin = config.getLong("lastLogin");
|
||||
|
||||
this.lastLogin = System.currentTimeMillis(); // Update last login
|
||||
|
||||
// Load profiles
|
||||
this.playerColorProfile = new PlayerColor(this, this.getProfileSection("playerColor"));
|
||||
|
||||
|
Reference in New Issue
Block a user