1.7.10 compatibility

This commit is contained in:
kepler155c
2018-02-24 09:38:25 -05:00
parent f38c968656
commit 759ed6bba7
2 changed files with 54 additions and 0 deletions

View File

@@ -1080,6 +1080,7 @@ end
-- randomly errors in 1.7x with "you are not attached to this computer"
local retryCount = 0
for _ = 1, 3 do
machines = { }
local s, m = pcall(findMachines)
if not s and m then
_G.printError(m)