Fixed experience commands affecting all skills. Fixes #951

This commit is contained in:
GJ
2013-04-11 09:55:39 -04:00
parent 07f9b287e7
commit 27e0a9d3b6
2 changed files with 3 additions and 0 deletions

View File

@ -51,6 +51,7 @@ public abstract class ExperienceCommand implements TabExecutor {
profile = mcMMOPlayer.getProfile();
editValues();
allSkills = false;
return true;
case 3:
@ -83,6 +84,7 @@ public abstract class ExperienceCommand implements TabExecutor {
}
handleSenderMessage(sender, args[0]);
allSkills = false;
return true;
default: