mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-01-31 14:49:35 +01:00
Fixed /mmoedit not giving feedback when modifying another players stats.
Addresses #243
This commit is contained in:
parent
75894c4419
commit
d0c0b9a089
@ -21,6 +21,7 @@ Version 1.4.00-dev
|
||||
+ Added ability to config Hylian Luck drops through treasures.yml
|
||||
+ Added party XP sharing
|
||||
+ Added vanilla XP boost for Fishing - includes permissions, config options, etc
|
||||
= Fixed /mmoedit not giving feedback when modifying another players stats
|
||||
= Fixed the guide usage string showing up every time /skillname was called
|
||||
= Fixed Spout not being able to precache our resources properly, and therefore making our XP bars fail
|
||||
= Fixed Spout config files loading / generating when they shouldn't have
|
||||
|
@ -111,6 +111,8 @@ public class MmoeditCommand implements CommandExecutor {
|
||||
|
||||
profile.modifySkill(skill, newValue);
|
||||
profile.save();
|
||||
|
||||
sender.sendMessage(LocaleLoader.getString("Commands.mmoedit.Modified.2", new Object[] {skillName, args[0]}));
|
||||
}
|
||||
return true;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user