From 95e8d51f02d7b734be5dfe6755b63269785b7e77 Mon Sep 17 00:00:00 2001 From: Alar of Runetotem Date: Wed, 8 Mar 2017 13:38:23 +0100 Subject: [PATCH] Fix: del() was missing paramter --- MissionControl.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MissionControl.lua b/MissionControl.lua index 0c03f10..dc922e0 100644 --- a/MissionControl.lua +++ b/MissionControl.lua @@ -134,10 +134,10 @@ function module:CreateMissionList(workList) used[missionId]=true end end - del() + del(used) end --- --- This routine can be called both as coroutin and as a standard one +-- This routine can be called both as coroutine and as a standard one -- In standard version, delay between group building and submitting is done via a self schedule -- @param #module self -- @param #number missionID Optional, to run a single mission -- 1.7.9.5