mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 04:20:41 +00:00
Fix that isNew and isNPC are not read from user file.
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1461 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
parent
58daa86b79
commit
e09e75fb3c
1 changed files with 2 additions and 0 deletions
|
@ -55,8 +55,10 @@ public abstract class UserData extends PlayerExtension implements IConf
|
||||||
lastLogin = _getLastLogin();
|
lastLogin = _getLastLogin();
|
||||||
lastLogout = _getLastLogout();
|
lastLogout = _getLastLogout();
|
||||||
afk = getAfk();
|
afk = getAfk();
|
||||||
|
newplayer = getNew();
|
||||||
geolocation = _getGeoLocation();
|
geolocation = _getGeoLocation();
|
||||||
isSocialSpyEnabled = _isSocialSpyEnabled();
|
isSocialSpyEnabled = _isSocialSpyEnabled();
|
||||||
|
isNPC = _isNPC();
|
||||||
}
|
}
|
||||||
|
|
||||||
double money;
|
double money;
|
||||||
|
|
Loading…
Reference in a new issue