소스 검색

This is also a change

TfT_02 12 년 전
부모
커밋
0e8ce005d7
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/main/java/com/gmail/nossr50/datatypes/player/PlayerProfile.java

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

@@ -195,6 +195,8 @@ public class PlayerProfile {
             return;
         }
 
+        changed = true;
+
         skillsXp.put(skillType, newValue);
     }