mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-14 18:44:48 +02: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:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user