Debug Quests Progress stopping when reloading.

This commit is contained in:
Ka0rX 2023-01-04 14:52:18 +01:00
parent f3152c776e
commit 1223592b89

View File

@ -173,9 +173,6 @@ public class PlayerQuests implements Closable {
bossbar.removeAll();
Bukkit.removeBossBar(bossbarNamespacedKey);
}
// Close current objective progress
closeCurrentQuest();
}
public boolean checkCooldownAvailability(Quest quest) {