Невероятно важная фича

This commit is contained in:
Igor Timofeev 2018-03-16 21:06:47 +03:00
parent e7443e078e
commit 262d65b7f3

View File

@ -293,7 +293,11 @@ stages[5] = function()
file:write("require(\"shell\").execute(\"OS\")")
file:close()
require("computer").shutdown(true)
if computer.getArchitecture then
computer.setArchitecture("Lua 5.2")
end
computer.shutdown(true)
end
end