mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-07-16 14:12:47 +00:00
[FIX] Added Alias to COMMANDER init from CHIEF
This commit is contained in:
@@ -396,7 +396,7 @@ function CHIEF:New(Coalition, AgentSet, Alias)
|
||||
self.TransportCategories = {Group.Category.HELICOPTER}
|
||||
|
||||
-- Create a new COMMANDER.
|
||||
self.commander=COMMANDER:New(Coalition)
|
||||
self.commander=COMMANDER:New(Coalition, Alias)
|
||||
|
||||
-- Add FSM transitions.
|
||||
-- From State --> Event --> To State
|
||||
|
||||
Reference in New Issue
Block a user