mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-06 11:12:40 +01:00
Update MineCode.lua
This commit is contained in:
parent
697b052741
commit
ee06f696e2
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user