mirror of
https://gitlab.com/luk3yx/minetest-formspec_ast.git
synced 2025-07-16 21:49:01 +02:00
Tweak lua_dump.py
This commit is contained in:
parent
cbfddef14d
commit
094fd57f32
@ -144,6 +144,11 @@ def serialize(obj):
|
||||
pass
|
||||
|
||||
# This code is heavily inspired by MT's builtin/common/serialize.lua
|
||||
# Copyrights that may apply to this code:
|
||||
# License: MIT
|
||||
# @copyright 2006-2997 Fabien Fleutot <metalua@gmail.com>
|
||||
# @author Fabien Fleutot <metalua@gmail.com>
|
||||
# @author ShadowNinja <shadowninja@minetest.net>
|
||||
dumped = {}
|
||||
res = []
|
||||
def dump_or_ref(obj2):
|
||||
|
Loading…
Reference in New Issue
Block a user