Fixed /mmoedit not giving feedback when modifying another players stats.

Addresses #243
This commit is contained in:
GJ
2013-01-31 21:58:09 -05:00
parent 75894c4419
commit d0c0b9a089
2 changed files with 3 additions and 0 deletions

View File

@ -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;