mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Resolved bug with DeployTask cargo menu.
Cargo main menu should contain the type of the cargo, or DCS world gets confused... (menus are hashed on the same apparently).
This commit is contained in:
parent
ecf80e5209
commit
a3acab9288
@ -107,7 +107,7 @@ trace.f( self.ClassName )
|
||||
if not Client._Menus[Cargo.CargoType].DeployMenu then
|
||||
Client._Menus[Cargo.CargoType].DeployMenu = missionCommands.addSubMenuForGroup(
|
||||
ClientGroupID,
|
||||
self.TEXT[1],
|
||||
self.TEXT[1] .. " " .. Cargo.CargoType,
|
||||
nil
|
||||
)
|
||||
trace.i( self.ClassName, 'Added DeployMenu ' .. self.TEXT[1] )
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user