From 786e0ae8e81bc695674eabbdb62d7536ccaa79ef Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Tue, 5 Apr 2016 15:59:58 +0300 Subject: [PATCH] =?UTF-8?q?=D1=84=D1=83=D0=B0=D1=84=D1=83=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Applications/Robot/Robot.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Applications/Robot/Robot.lua b/Applications/Robot/Robot.lua index 6bff2e74..1baa2018 100644 --- a/Applications/Robot/Robot.lua +++ b/Applications/Robot/Robot.lua @@ -140,7 +140,7 @@ local function drawMain() if topBarElements[currentTopBarElement] == "Карта" then drawMap() - elseif topBarElements[currentTopBarElement] == "Карта" then + elseif topBarElements[currentTopBarElement] == "Инвентарь" then drawInventory() end end @@ -267,8 +267,6 @@ while true do elseif e[7] == "inventoryInfo" then map.robotInventory = serialization.unserialize(e[8]) drawAll() - print("ПРИШЛО СУКА СУКА СУКА") - print(e[8]) end end end