瀏覽代碼

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