This commit is contained in:
T00thpick1 2013-05-15 20:36:43 -04:00
parent 401bdfa9ac
commit 9b08062a58

View File

@ -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();
}
}