From eab1120473c4844aeffc319c15388cc8c7bcdf6b Mon Sep 17 00:00:00 2001 From: plule <630159+plule@users.noreply.github.com> Date: Mon, 25 Sep 2023 18:35:56 +0200 Subject: [PATCH] Restore the "kept suspended" color --- unsuspend.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unsuspend.lua b/unsuspend.lua index 2f38fe1252..2a56f5dea9 100644 --- a/unsuspend.lua +++ b/unsuspend.lua @@ -154,7 +154,7 @@ function SuspendOverlay:render_marker(dc, bld, screen_pos) if buildingplan and buildingplan.isPlannedBuilding(bld) then color, ch, texpos = COLOR_GREEN, 'P', tp(4) elseif suspendmanager and suspendmanager.isKeptSuspended(job) then - color, ch, texpos = COLOR_WHITE, 'x', tp(1) + color, ch, texpos = COLOR_WHITE, 'x', tp(3) elseif data.suspend_count > 1 then color, ch, texpos = COLOR_RED, 'X', tp(1) end