Говнище

This commit is contained in:
Igor Timofeev 2017-04-24 05:06:23 +03:00
parent c3aa197047
commit 6feb40e2f4

View File

@ -39,12 +39,12 @@ if computer.totalMemory() < 2097152 then
table.insert(reasons, "Not enough RAM: MineOS requires at least 2MB (2x Tier3 RAM modules) to work properly.")
end
for i = 1, #reasons do
print(reasons[i])
print(" ")
end
if #reasons > 0 then
for i = 1, #reasons do
print(reasons[i])
print(" ")
end
return
end
@ -310,8 +310,6 @@ stages[5] = function()
file:write("dofile(\"/OS.lua\")")
file:close()
fs.makeDirectory("/MineOS/Trash/")
require("computer").shutdown(true)
end
end