From 3926ee1705d935fb399c2f55ffb6148d943c7210 Mon Sep 17 00:00:00 2001 From: kepler155c Date: Sat, 24 Feb 2018 10:43:15 -0500 Subject: [PATCH] 1.7.10 compatibility --- apps/Crafter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/Crafter.lua b/apps/Crafter.lua index c8c86c0..b90779f 100644 --- a/apps/Crafter.lua +++ b/apps/Crafter.lua @@ -1080,7 +1080,7 @@ end -- randomly errors in 1.7x with "you are not attached to this computer" local retryCount = 0 for _ = 1, 3 do - machines = { } + Util.clear(machines) local s, m = pcall(findMachines) if not s and m then _G.printError(m)