This commit is contained in:
Laurie Fisher 2025-06-27 14:46:56 +01:00
parent 149b505be8
commit 57ee80b71a
Signed by: PinkEyedOrphan
GPG Key ID: 7F827B68147AEE76

View File

@ -36,8 +36,8 @@ for _, filename in ipairs(filesToDownload) do
end end
local tutil = require("libs.turtleutils") local tutil = require("libs.turtleutils")
local behavior = require("libs.behavior")
local status = require("libs.status") local status = require("libs.status")
local behavior = require("behavior")
-- Run behavior and status reporting in parallel -- Run behavior and status reporting in parallel
parallel.waitForAny( parallel.waitForAny(