forked from Upstream/mmocore
Merge branch 'master' of https://git.lumine.io/mythiccraft/mmocore
This commit is contained in:
commit
96af274bfe
@ -134,8 +134,9 @@ public class SpellCast implements Listener {
|
||||
|
||||
@Override
|
||||
public void run() {
|
||||
if (!playerData.isOnline() || playerData.getPlayer().isDead())
|
||||
close();
|
||||
if (!playerData.isOnline() || playerData.getPlayer().isDead()) {
|
||||
close(); return;
|
||||
}
|
||||
|
||||
if (j % 20 == 0)
|
||||
playerData.displayActionBar(getFormat(playerData));
|
||||
|
Loading…
Reference in New Issue
Block a user