mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-08 04:02:40 +01:00
Update ECSAPI.lua
This commit is contained in:
parent
94b10cbb9e
commit
6b8e06e61c
@ -187,7 +187,8 @@ function ECSAPI.getAppsToUpdate(debug)
|
||||
break
|
||||
end
|
||||
end
|
||||
if newVersion <= oldVersion then table.insert(appsToUpdate, applications2[i]) end
|
||||
--Если новая версия новее, чем старая, то добавить в массив то, что нужно обновить
|
||||
if newVersion > oldVersion then table.insert(appsToUpdate, applications2[i]) end
|
||||
i = i + 1
|
||||
end
|
||||
--Если чет рисовалось, то стереть на хер
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user