Cleanup
This commit is contained in:
@@ -18,7 +18,6 @@ public class QuestsPanel {
|
||||
|
||||
private static final int ACCENT = 0x64de4b;
|
||||
|
||||
// holds the currently open panel's Handle (if any) so tick() can refresh it
|
||||
private static Handle activeHandle;
|
||||
private static int tickCounter = 0;
|
||||
|
||||
@@ -43,8 +42,6 @@ public class QuestsPanel {
|
||||
this.barWidth = barWidth;
|
||||
this.quests = quests;
|
||||
|
||||
// seed with whatever's already unlocked on open, so we don't spam
|
||||
// toasts for quests the player unlocked before opening this screen
|
||||
for (QuestData quest : quests) {
|
||||
if (quest.isUnlocked()) {
|
||||
notifiedTitles.add(quest.title());
|
||||
|
||||
Reference in New Issue
Block a user