mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-01 07:40:37 +02:00
don't attempt to force-load blocks if they're already loaded.
This commit is contained in:
@ -80,6 +80,7 @@ local add_new_cable_node = function(nodes, pos)
|
||||
end
|
||||
|
||||
local load_position = function(pos)
|
||||
if minetest.get_node_or_nil(pos) then return end
|
||||
local vm = VoxelManip()
|
||||
local MinEdge, MaxEdge = vm:read_from_map(pos, pos)
|
||||
end
|
||||
|
Reference in New Issue
Block a user