mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-25 02:04:44 +02:00
Fixed /mmoedit not giving feedback when modifying another players stats.
Addresses #243
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user