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:
snowleo 2011-05-14 10:54:18 +00:00
parent 58daa86b79
commit e09e75fb3c

View file

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