diff options
Diffstat (limited to 'drive_null.lua')
-rw-r--r-- | drive_null.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drive_null.lua b/drive_null.lua index eaf1515..9cf4875 100644 --- a/drive_null.lua +++ b/drive_null.lua @@ -94,7 +94,7 @@ function celevator.drives.null.step(dtime) for i,hash in ipairs(nulldrives_running) do save = true local pos = minetest.get_position_from_hash(hash) - local node = minetest.get_node(pos) + local node = celevator.get_node(pos) local sound = false if node.name == "ignore" then minetest.forceload_block(pos,true) |