From 9479dd14f316d2bc86ec3d00dc4862bea596d110 Mon Sep 17 00:00:00 2001 From: Benedikt Ziemons Date: Sun, 2 Jun 2024 20:49:44 +0200 Subject: [PATCH] Draw order status in white --- orders.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/orders.lua b/orders.lua index 1ac2f98..3823954 100644 --- a/orders.lua +++ b/orders.lua @@ -49,6 +49,7 @@ local function drawEntry(win, obj) win.write(obj.pos.x .. "," .. obj.pos.y .. "," .. obj.pos.z) win.write(" ") end + win.setTextColor(colors.white) local padding if obj.status then padding = winhlp.alignRightPadding(win, #obj.status + 4)