НУ ГОВНО ЖЕ НЕ РАВНО ЭНД ЭНД СУКА

This commit is contained in:
Igor Timofeev 2016-09-03 00:08:34 +03:00
parent 01287b339b
commit 17e2ca4d73

View File

@ -32,7 +32,7 @@ if math.floor(computer.totalMemory() / 1024 ) < 1536 then table.insert(govno, "N
if fs.get("bin/edit.lua") == nil or fs.get("bin/edit.lua").isReadOnly() then table.insert(govno, "You can't install MineOS on floppy disk. Run \"install\" in command line and install OpenOS from floppy to HDD first. After that you're be able to install MineOS from Pastebin.") end
--Если нашло какое-то несоответствие сис. требованиям, то написать, что именно не так
if #govno > 0 args[1] ~= "skipcheck" then
if #govno > 0 and args[1] ~= "skipcheck" then
print(" ")
for i = 1, #govno do
print(govno[i])