Update again

This commit is contained in:
luk3yx 2021-03-21 20:50:22 +13:00
parent 094fd57f32
commit af262da9de

View File

@ -144,11 +144,8 @@ 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 that may apply to this code (which is MIT licensed):
# @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):