From 529f5dc67a0d1b81f5ab3bfbdf1f61a1bf9f2ef9 Mon Sep 17 00:00:00 2001 From: empathicqubit Date: Sun, 2 May 2021 02:29:26 -0400 Subject: [PATCH] Remove loady --- runner.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/runner.lua b/runner.lua index d7d71c9..8ca6b4a 100644 --- a/runner.lua +++ b/runner.lua @@ -570,7 +570,6 @@ local function mainLoop(_M, genome) if nextArea ~= _M.lastArea then _M.lastArea = nextArea game.onceAreaLoaded(function() - message(_M, "Loady") _M.timeout = _M.timeout + 60 * 5 _M.currentArea = nextArea _M.lastArea = _M.currentArea