1.7.10 compatibility

This commit is contained in:
kepler155c
2018-02-24 10:43:15 -05:00
parent 759ed6bba7
commit 3926ee1705

View File

@@ -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)