From ee06f696e29cf4694bee7c9553d3bc02e3934c38 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Mon, 21 Sep 2015 07:18:03 +0300 Subject: [PATCH] Update MineCode.lua --- Applications/MineCode/MineCode.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/MineCode/MineCode.lua b/Applications/MineCode/MineCode.lua index dfc666bb..a26ed94a 100644 --- a/Applications/MineCode/MineCode.lua +++ b/Applications/MineCode/MineCode.lua @@ -345,7 +345,7 @@ local function analyseStrings(from, to) for i = from, to do --УБИРАЕМ ТАБСЫ НА ХЕР, ЗАМЕНЯЕМ ИХ ПРОБЕЛАМИ - strings[i][1] = ecs.stringReplace(strings[i][1], " ", string.rep(" ", indentationWidth)) + strings[i][1] = string.gsub(strings[i][1], " ", string.rep(" ", indentationWidth)) --ВСЯКИЕ ТАМ КОММЕНТАРИИ И ПРОЧЕЕ local isCommentet = false