mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-16 16:11:06 +01:00
Add debug logging
This commit is contained in:
parent
41032ec999
commit
4935f5fdda
1 changed files with 1 additions and 0 deletions
|
@ -352,6 +352,7 @@ function mcl_mobs.register_conversion(old_name, new_name)
|
||||||
for i = 1,#STRIP_FIELDS do
|
for i = 1,#STRIP_FIELDS do
|
||||||
unpacked_staticdata[STRIP_FIELDS[i]] = nil
|
unpacked_staticdata[STRIP_FIELDS[i]] = nil
|
||||||
end
|
end
|
||||||
|
minetest.log("action", "Converting "..old_name.." to "..new_name.." staticdata="..dump(unpacked_staticdata))
|
||||||
staticdata = minetest.serialize(unpacked_staticdata)
|
staticdata = minetest.serialize(unpacked_staticdata)
|
||||||
|
|
||||||
local old_object = self.object
|
local old_object = self.object
|
||||||
|
|
Loading…
Reference in a new issue