А вот и нет! Хочу 5.2 и ниибет

This commit is contained in:
Igor Timofeev
2018-04-25 18:53:17 +03:00
parent bb1496be1c
commit 2e629adc24
2 changed files with 3 additions and 5 deletions

View File

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