mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +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:
@@ -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] )
|
||||
|
||||
Reference in New Issue
Block a user