mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 05:06:45 +01:00
Clean up after our experience commands. Fixes #1324
This commit is contained in:
parent
15e0570a8c
commit
c501ebb357
@ -52,7 +52,7 @@ public abstract class ExperienceCommand implements TabExecutor {
|
||||
profile = mcMMOPlayer.getProfile();
|
||||
|
||||
editValues();
|
||||
allSkills = false;
|
||||
cleanUp();
|
||||
return true;
|
||||
|
||||
case 3:
|
||||
@ -85,7 +85,7 @@ public abstract class ExperienceCommand implements TabExecutor {
|
||||
}
|
||||
|
||||
handleSenderMessage(sender, args[0]);
|
||||
allSkills = false;
|
||||
cleanUp();
|
||||
return true;
|
||||
|
||||
default:
|
||||
@ -169,4 +169,9 @@ public abstract class ExperienceCommand implements TabExecutor {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private void cleanUp() {
|
||||
allSkills = false;
|
||||
player = null;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user