mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2025-11-25 19:31:01 +00:00
Fixed a bug with "force hidden" option
This commit is contained in:
parent
f46b3d31b0
commit
9cce425dbb
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user