Explorar o código

Already set to config default in constructor

t00thpick1 %!s(int64=12) %!d(string=hai) anos
pai
achega
9a4bed8c67

+ 0 - 1
src/main/java/com/gmail/nossr50/datatypes/player/PlayerProfile.java

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