mirror of
https://github.com/pyrollo/display_modpack.git
synced 2024-11-13 13:50:30 +01:00
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)
|
||||
if entity 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
|
||||
entity.nodepos = data.nodepos
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user