2.1.37 - Fixes #3859

This commit is contained in:
nossr50
2019-04-06 05:14:52 -07:00
parent 3f89f91f42
commit d599db2897
4 changed files with 7 additions and 3 deletions

View File

@ -17,7 +17,7 @@ public class AbilityCooldownTask extends BukkitRunnable {
@Override
public void run() {
if (mcMMOPlayer.getAbilityInformed(ability)) {
if (!mcMMOPlayer.getPlayer().isOnline() || mcMMOPlayer.getAbilityInformed(ability)) {
return;
}