Merge branch 'FF/Develop' into FF/Fox2

This commit is contained in:
Frank
2019-12-20 15:14:44 +01:00
+2 -1
View File
@@ -550,7 +550,7 @@ RAT.id="RAT | "
--- RAT version. --- RAT version.
-- @list version -- @list version
RAT.version={ RAT.version={
version = "2.3.8", version = "2.3.9",
print = true, print = true,
} }
@@ -5173,6 +5173,7 @@ function RAT:_ModifySpawnTemplate(waypoints, livery, spawnplace, departure, take
if self.uncontrolled then if self.uncontrolled then
-- This is used in the SPAWN:SpawnWithIndex() function. Some values are overwritten there! -- This is used in the SPAWN:SpawnWithIndex() function. Some values are overwritten there!
self.SpawnUnControlled=true self.SpawnUnControlled=true
SpawnTemplate.uncontrolled=true
end end
-- Number of units in the group. With grouping this can actually differ from the template group size! -- Number of units in the group. With grouping this can actually differ from the template group size!