bm01 13 anos atrás
pai
commit
a2e342b4fc

+ 1 - 0
src/main/java/com/gmail/nossr50/commands/general/MmoeditCommand.java

@@ -100,6 +100,7 @@ public class MmoeditCommand implements CommandExecutor {
                     return true;
                 }
 
+                profile.modifySkill(skill, newValue);
                 profile.save();
             }
             return true;