forked from Upstream/mmocore
Hopefully fixed last PlayerData error
This commit is contained in:
parent
e884770528
commit
35d01e20d4
@ -185,6 +185,6 @@ public class PlayerQuests {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void resetBossBar() {
|
public void resetBossBar() {
|
||||||
bossbar.removePlayer(playerData.getPlayer());
|
bossbar.removeAll();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user