Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

computer.reset() doesn't #364

Closed
kfpopeye opened this issue Nov 24, 2024 · 1 comment
Closed

computer.reset() doesn't #364

kfpopeye opened this issue Nov 24, 2024 · 1 comment

Comments

@kfpopeye
Copy link

computer.reset() doesn't seem to restart the computer. The following code will print the computer.log to the console but then the computer just shuts down.

function getContainerByHash(hash) local containers = getContainers() if not containers then perror("Containers was nil") end for _, cntr in pairs(containers) do if (cntr.hash == hash) then return cntr end end computer.log(3, "getContainerByHash(): Hash: " .. hash .. " not found.") computer.reset() end

@Panakotta00
Copy link
Owner

should be fixed with latest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants