1.7.10 compatibility
This commit is contained in:
@@ -1080,7 +1080,7 @@ end
|
|||||||
-- randomly errors in 1.7x with "you are not attached to this computer"
|
-- randomly errors in 1.7x with "you are not attached to this computer"
|
||||||
local retryCount = 0
|
local retryCount = 0
|
||||||
for _ = 1, 3 do
|
for _ = 1, 3 do
|
||||||
machines = { }
|
Util.clear(machines)
|
||||||
local s, m = pcall(findMachines)
|
local s, m = pcall(findMachines)
|
||||||
if not s and m then
|
if not s and m then
|
||||||
_G.printError(m)
|
_G.printError(m)
|
||||||
|
|||||||
Reference in New Issue
Block a user