mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 06:11:47 +02:00
Removing all the olds minetest.env calls
- All the minetest.env calls removed It took me about 2 hours, but I did it, and it works!
This commit is contained in:
@ -192,7 +192,7 @@ function nodeupdate_single(p, delay)
|
||||
core.after(0.1, nodeupdate_single, {x=p.x, y=p.y, z=p.z}, false)
|
||||
else
|
||||
n.level = core.get_node_level(p)
|
||||
local meta = minetest.env:get_meta(p)
|
||||
local meta = minetest.get_meta(p)
|
||||
--print('get owner '.. meta:get_string("owner"))
|
||||
spawn_falling_node(p, n, meta:get_string("owner"))
|
||||
core.remove_node(p)
|
||||
|
Reference in New Issue
Block a user