mirror of
https://gitlab.com/phoenix-dvpmt/mmocore.git
synced 2024-11-27 00:45:40 +01:00
Debug Quests Progress stopping when reloading.
This commit is contained in:
parent
f3152c776e
commit
1223592b89
@ -173,9 +173,6 @@ public class PlayerQuests implements Closable {
|
|||||||
bossbar.removeAll();
|
bossbar.removeAll();
|
||||||
Bukkit.removeBossBar(bossbarNamespacedKey);
|
Bukkit.removeBossBar(bossbarNamespacedKey);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Close current objective progress
|
|
||||||
closeCurrentQuest();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean checkCooldownAvailability(Quest quest) {
|
public boolean checkCooldownAvailability(Quest quest) {
|
||||||
|
Loading…
Reference in New Issue
Block a user