mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-02-24 08:11:58 +01: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
@ -55,8 +55,10 @@ public abstract class UserData extends PlayerExtension implements IConf
|
||||
lastLogin = _getLastLogin();
|
||||
lastLogout = _getLastLogout();
|
||||
afk = getAfk();
|
||||
newplayer = getNew();
|
||||
geolocation = _getGeoLocation();
|
||||
isSocialSpyEnabled = _isSocialSpyEnabled();
|
||||
isNPC = _isNPC();
|
||||
}
|
||||
|
||||
double money;
|
||||
|
Loading…
Reference in New Issue
Block a user