From 094fd57f32040f4d5f48e5a2e4388ee3180c8388 Mon Sep 17 00:00:00 2001 From: luk3yx Date: Sun, 21 Mar 2021 20:48:55 +1300 Subject: [PATCH] Tweak lua_dump.py --- lua_dump.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lua_dump.py b/lua_dump.py index 35e735a..012dba7 100644 --- a/lua_dump.py +++ b/lua_dump.py @@ -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 + # @author Fabien Fleutot + # @author ShadowNinja dumped = {} res = [] def dump_or_ref(obj2):