From 0df11c9d35ebad362192eb35738689ebaa332f61 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Mon, 24 Aug 2015 12:45:35 +0300 Subject: [PATCH] Update context.lua --- lib/context.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/context.lua b/lib/context.lua index 96badb37..952e54af 100644 --- a/lib/context.lua +++ b/lib/context.lua @@ -92,7 +92,7 @@ function context.menu(x, y, ...) for key, val in pairs(obj["Elements"]) do if ecs.clickedAtArea(e[3], e[4], obj["Elements"][key][1], obj["Elements"][key][2], obj["Elements"][key][3], obj["Elements"][key][4]) then - ecs.error("Кол-во объектов: "..#obj["Elements"]..", кликнули на объект номер = "..tostring(key)..", sData = "..#data) + ecs.error("Кол-во объектов: "..#obj["Elements"]..", кликнули на объект номер = "..tostring(key)..", #Data = "..#data..", sData ="..sData) drawElement(key, ecs.colors.blue, 0xffffff, e[4]) os.sleep(0.3)