mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Use correct variable name
This commit is contained in:
parent
d64ee18f75
commit
41032ec999
1 changed files with 1 additions and 1 deletions
|
@ -352,7 +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
|
||||||
staticdata = minetest.serialize(staticdata)
|
staticdata = minetest.serialize(unpacked_staticdata)
|
||||||
|
|
||||||
local old_object = self.object
|
local old_object = self.object
|
||||||
if not old_object then return end
|
if not old_object then return end
|
||||||
|
|
Loading…
Reference in a new issue