mirror of
https://gitlab.com/phoenix-dvpmt/mmocore.git
synced 2024-12-18 03:57:36 +01:00
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