Already set to config default in constructor

This commit is contained in:
t00thpick1 2013-04-23 01:25:54 -03:00
parent ae0cf692cd
commit 9a4bed8c67

View File

@ -92,7 +92,6 @@ public class PlayerProfile {
if (huds.get(1) == null) {
DatabaseManager.write("INSERT INTO " + tablePrefix + "huds (user_id) VALUES (" + userId + ")");
mobHealthbarType = Config.getInstance().getMobHealthbarDefault();
}
else {
hudType = HudType.valueOf(huds.get(1).get(0));