mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-10 05:02:40 +01:00
упс
This commit is contained in:
parent
030605c2f0
commit
c9d78b5907
@ -13,7 +13,6 @@ local screen = component.screen
|
||||
|
||||
------------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
print(" ")
|
||||
local reasons = {}
|
||||
|
||||
if not _G._OSVERSION or tonumber(_G._OSVERSION:sub(8, 10)) < 1.5 then
|
||||
@ -41,6 +40,7 @@ if computer.totalMemory() < 2097152 then
|
||||
end
|
||||
|
||||
if #reasons > 0 then
|
||||
print(" ")
|
||||
for i = 1, #reasons do
|
||||
print(reasons[i])
|
||||
print(" ")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user