From fd8693671d81eda7ab62c397b77d9496c39cc2f2 Mon Sep 17 00:00:00 2001 From: cheapie Date: Thu, 18 Apr 2024 18:32:58 -0500 Subject: Fix more bugs --- drive_null.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drive_null.lua') 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) -- cgit v1.2.3