mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
ARMYGROUP - in tracing, formation flag can be empty
This commit is contained in:
@@ -1705,7 +1705,8 @@ function ARMYGROUP:SwitchFormation(Formation, Permanently, NoRouteUpdate)
|
|||||||
if self:IsAlive() or self:IsInUtero() then
|
if self:IsAlive() or self:IsInUtero() then
|
||||||
|
|
||||||
Formation=Formation or self.optionDefault.Formation
|
Formation=Formation or self.optionDefault.Formation
|
||||||
|
Permanently = Permanently or false
|
||||||
|
|
||||||
if Permanently then
|
if Permanently then
|
||||||
self.formationPerma=Formation
|
self.formationPerma=Formation
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user