mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-07-26 11:57:16 +00:00
Ops
This commit is contained in:
@@ -116,8 +116,8 @@ function SQUADRON:New(TemplateGroupName, Ngroups, SquadronName)
|
||||
|
||||
self.attribute=self.templategroup:GetAttribute()
|
||||
|
||||
_,self.refuelSystem=self.templategroup:GetUnit(1):IsRefuelable()
|
||||
_,self.tankerSystem=self.templategroup:GetUnit(1):IsTanker()
|
||||
self.refuelSystem=select(2, self.templategroup:GetUnit(1):IsRefuelable())
|
||||
self.tankerSystem=select(2, self.templategroup:GetUnit(1):IsTanker())
|
||||
|
||||
|
||||
-- Start State.
|
||||
|
||||
Reference in New Issue
Block a user