From fc0467f3723bfe2e607032cc317cef197e69c83f Mon Sep 17 00:00:00 2001 From: Lukas Kropatschek Date: Thu, 10 Mar 2016 15:52:59 +0100 Subject: [PATCH] Fix updating of alive units. --- mist.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mist.lua b/mist.lua index 2e72536..8526e59 100644 --- a/mist.lua +++ b/mist.lua @@ -1023,7 +1023,7 @@ do -- the main scope if updateAliveUnitsCounter == 5 then updateAliveUnitsCounter = 0 - if not coroutines.update_alive_units then + if not coroutines.updateAliveUnits then coroutines.updateAliveUnits = coroutine.create(updateAliveUnits) end