make sleep work

This commit is contained in:
2026-01-14 17:14:35 -08:00
parent efe273f2fe
commit f76f77f770
7 changed files with 32 additions and 43 deletions

View File

@@ -36,7 +36,7 @@ end
local function wrapPeripheral(name)
if native.isPresent(name) then
return native.wrap(name)
return wrapPeripheral(name)
end
for n = 1, #sides do
local side = sides[n]