forked from mtcontrib/display_modpack
Replaced core reference by usual minetest reference
This commit is contained in:
parent
03983f081e
commit
bcc181cb15
@ -146,7 +146,7 @@ end
|
|||||||
function display_api.on_activate(entity, staticdata)
|
function display_api.on_activate(entity, staticdata)
|
||||||
if entity then
|
if entity then
|
||||||
if string.sub(staticdata, 1, string.len("return")) == "return" then
|
if string.sub(staticdata, 1, string.len("return")) == "return" then
|
||||||
local data = core.deserialize(staticdata)
|
local data = minetest.deserialize(staticdata)
|
||||||
if data and type(data) == "table" then
|
if data and type(data) == "table" then
|
||||||
entity.nodepos = data.nodepos
|
entity.nodepos = data.nodepos
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user