Takeoff task changed to TakeoffParkingHot

This commit is contained in:
Pax1601
2023-05-03 09:22:00 +02:00
parent cb24a19d17
commit 8539314984
4 changed files with 5 additions and 5 deletions

View File

@@ -321,13 +321,13 @@ function Olympus.spawnAircraft(coalition, unitType, lat, lng, spawnOptions)
{
[1] =
{
["action"] = "From Runway",
["action"] = "From Parking Area Hot",
["task"] =
{
["id"] = "ComboTask",
["params"] = {["tasks"] = {},},
},
["type"] = "TakeOff",
["type"] = "TakeOffParkingHot",
["ETA"] = 0,
["ETA_locked"] = true,
["x"] = spawnLocation.x,