1
0

start migration to lang file

This commit is contained in:
Lee
2024-03-28 14:00:15 +00:00
parent c80d1318d6
commit 48ad8a707b
13 changed files with 132 additions and 31 deletions

View File

@ -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"));