mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-25 02:04:44 +02:00
Fixed experience commands affecting all skills. Fixes #951
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user