Skip to content

Commit

Permalink
Restore highlightStations check
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueSoapTurtle committed Oct 31, 2024
1 parent eef07bc commit ef7ad50
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,10 @@ public void onConfigChanged(ConfigChanged event) {
clientThread.invokeLater(this::updatePotionOrders);
}

if (!config.highlightStations()) {
unHighlightAllStations();
}

// Refresh the highlight on the vessel if the config changes
if (event.getKey().equals("highlightMixingVessel") || event.getKey().equals("highlightMixingVesselInvalid")) {
clientThread.invokeLater(() -> validateVesselPotion(client.getVarbitValue(VARBIT_MIXING_VESSEL_POTION)));
Expand Down

0 comments on commit ef7ad50

Please sign in to comment.