Skip to content

Commit

Permalink
ghostradar: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruwetuin committed Apr 1, 2024
1 parent fe852c5 commit 4b85118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luaui/Widgets/unit_ghostradar_gl4.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4b85118

Please sign in to comment.