Made it possible to capture airbase ingame;

This commit is contained in:
Khopa
2019-10-13 05:16:34 +02:00
parent 3f5f4f4bb1
commit a7e202bbc8
4 changed files with 42 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ local function onEvent(event)
end
if event.id == world.event.S_EVENT_BASE_CAPTURED and event.place then
base_capture_events[#base_capture_events + 1] = event.place.getName(event.place) .. "||" .. event.place.getCoalition(event.place)
base_capture_events[#base_capture_events + 1] = event.place.getID(event.place) .. "||" .. event.place.getCoalition(event.place) .. "||" .. event.place.getName(event.place)
end
if event.id == world.event.S_EVENT_MISSION_END then