forked from Upstream/mmocore
Rolled back not closing current quest
This commit is contained in:
parent
93ad4c8a0b
commit
98cfda4cfe
@ -173,6 +173,9 @@ public class PlayerQuests implements Closable {
|
||||
bossbar.removeAll();
|
||||
Bukkit.removeBossBar(bossbarNamespacedKey);
|
||||
}
|
||||
|
||||
// Close current objective progress
|
||||
closeCurrentQuest();
|
||||
}
|
||||
|
||||
public boolean checkCooldownAvailability(Quest quest) {
|
||||
|
Loading…
Reference in New Issue
Block a user