delete useless comment

This commit is contained in:
2025-07-30 14:12:49 +03:00
parent c161639766
commit b454f4de8d

View File

@@ -17,7 +17,6 @@ func ConvertLuaTypesToGolang(value lua.LValue) any {
case lua.LTTable: case lua.LTTable:
tbl := value.(*lua.LTable) tbl := value.(*lua.LTable)
// Попробуем как массив
var arr []any var arr []any
isArray := true isArray := true
tbl.ForEach(func(key, val lua.LValue) { tbl.ForEach(func(key, val lua.LValue) {