1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-07-03 22:24:43 +02:00
This commit is contained in:
T00thpick1
2013-05-15 20:36:43 -04:00
parent 401bdfa9ac
commit 9b08062a58

@ -183,7 +183,7 @@ public class McMMOPlayer {
*/
public void resetAbilityMode() {
for (AbilityType ability : AbilityType.values()) {
// Currently disable and handle any special deactivate code
// Correctly disable and handle any special deactivate code
new AbilityDisableTask(this, ability).run();
}
}