From cfdcd45388a54aef22b3891615e104ada5be60d8 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Mon, 2 Nov 2015 13:08:14 +0300 Subject: [PATCH] =?UTF-8?q?=D1=84=D1=83=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Applications/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Applications/init.lua b/Applications/init.lua index 653b18ef..d997f854 100644 --- a/Applications/init.lua +++ b/Applications/init.lua @@ -183,7 +183,7 @@ end --Загружаем необходимые библиотеки, дабы избежать потерь памяти _G._OSLANGUAGE = require("MineOS/System/OS/Language") _G.computer = require("computer") -_G.ecs = require("ECSAPI") +--_G.ecs = require("ECSAPI") _G.component = require("component") _G.gpu = _G.component.gpu @@ -191,7 +191,7 @@ _G.gpu = _G.component.gpu if component.isAvailable("modem") then component.modem.open(512) end --Масштаб -ecs.setScale(1) +--ecs.setScale(1) --Сообщаем системе, что все прогружено и готово к работе --Хз, так надо просто. Не ебись