Skip to content

Commit 458fee5

Browse files
committed
fix: Changed color check in Quest Requirement Panel
1 parent c836ed7 commit 458fee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/questhelper/panel/QuestRequirementsPanel.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ else if (newColor == Color.ORANGE)
296296
{
297297
label.setToolTipText("On steel key ring");
298298
}
299-
else if (newColor == Color.YELLOW)
299+
else if (newColor == Color.LIGHT_GRAY)
300300
{
301301
label.setToolTipText("Possibly in Group Storage");
302302
}

0 commit comments

Comments
 (0)