From 4b85118d59dd637c685c2b9057c22d679f803d59 Mon Sep 17 00:00:00 2001 From: Floris Date: Mon, 1 Apr 2024 23:15:55 +0200 Subject: [PATCH] ghostradar: fix --- luaui/Widgets/unit_ghostradar_gl4.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luaui/Widgets/unit_ghostradar_gl4.lua b/luaui/Widgets/unit_ghostradar_gl4.lua index 0cdb9bd0a90..fa7836a854c 100644 --- a/luaui/Widgets/unit_ghostradar_gl4.lua +++ b/luaui/Widgets/unit_ghostradar_gl4.lua @@ -173,6 +173,6 @@ end function widget:SetConfigData(data) if Spring.GetGameFrame() > 0 and data.dots ~= nil then - dots = not data.dots + dots = data.dots end end