From fc2bb11009e03b0c09209d889f35eba0b4437e6c Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Sat, 28 May 2016 11:11:33 +0300 Subject: [PATCH] =?UTF-8?q?3000=20=D0=BF=D0=B8=D0=B4=D0=BE=D1=80=D0=B0?= =?UTF-8?q?=D1=81=D0=BE=D0=B2=20=D0=BD=D0=B0=20=D0=BA=D0=BE=D0=BC=D0=BC?= =?UTF-8?q?=D0=B8=D1=82=20=D0=BC=D0=B5=D1=80=D1=82=D0=B2=D0=B5=D1=86=D0=B0?= =?UTF-8?q?!=20=D0=99=D0=BE-=D1=85=D0=BE-=D1=85=D0=BE!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Applications/Stargate/Stargate.lua | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Applications/Stargate/Stargate.lua b/Applications/Stargate/Stargate.lua index 8eedea6d..a38de965 100644 --- a/Applications/Stargate/Stargate.lua +++ b/Applications/Stargate/Stargate.lua @@ -9,6 +9,7 @@ local stargate if not component.isAvailable("stargate") then GUI.error("Этой программе требуются Звездные Врата из мода \"SGCraft\"", {title = {color = 0xFF8888, text = "Ошибка"}}) + return else stargate = component.stargate end @@ -157,9 +158,9 @@ local function connectSG(address) end -ecs.prepareToExit() -for key, val in pairs(stargate) do print(key, val) end -ecs.wait() +-- ecs.prepareToExit() +-- for key, val in pairs(stargate) do print(key, val) end +-- ecs.wait() loadContacts()