mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-03-27 18:22:47 +01:00
Срочный багфикс
This commit is contained in:
@@ -275,7 +275,7 @@ local function doSerialize(array, prettyLook, indentationSymbol, indentationSymb
|
||||
table.insert(text, key)
|
||||
table.insert(text, "]")
|
||||
elseif keyType == "string" then
|
||||
if key:match("^%a") and key:match("%w+") then
|
||||
if key:match("^%a") and key:match("^%w+$") then
|
||||
table.insert(text, key)
|
||||
else
|
||||
table.insert(text, "[\"")
|
||||
|
||||
Reference in New Issue
Block a user