1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-07-03 22:24:43 +02:00
This commit is contained in:
bm01
2012-07-08 00:17:33 +02:00
parent 4469637f27
commit a2e342b4fc

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