GJ 12 years ago
parent
commit
a2fefd6fb6

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

@@ -43,7 +43,7 @@ public class PlayerProfile {
         mobHealthbarType = Config.getInstance().getMobHealthbarDefault();
         mobHealthbarType = Config.getInstance().getMobHealthbarDefault();
 
 
         for (AbilityType abilityType : AbilityType.values()) {
         for (AbilityType abilityType : AbilityType.values()) {
-            skillsDATS.put(abilityType, 0); 
+            skillsDATS.put(abilityType, 0);
         }
         }
 
 
         for (SkillType skillType : SkillType.values()) {
         for (SkillType skillType : SkillType.values()) {