Fixed a bug with "force hidden" option

This commit is contained in:
Ambroise Garel 2025-07-27 15:24:02 +02:00
parent f46b3d31b0
commit 9cce425dbb

View File

@ -198,7 +198,7 @@ do
local groupID = getNextGroupID() -- Get a new unique ID for the group
local isAirUnit = false
local hidden = false
local hidden = options.hidden or false
if not TUM.DEBUG_MODE and coalitionID ~= TUM.settings.getPlayerCoalition() then
hidden = true
end