mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-12-29 20:57:31 +01:00
Remove extra build_netlist() that always is run on block update (expensive)
This commit is contained in:
parent
b81cf544f8
commit
7ba2723dad
@ -206,8 +206,6 @@ local function update_redstone_wire(orig, update_neighbor)
|
||||
-- Update netlist because it has changed
|
||||
mod.build_netlist(orig)
|
||||
end
|
||||
|
||||
mod.build_netlist(orig)
|
||||
end
|
||||
|
||||
local base_def = {
|
||||
|
Loading…
Reference in New Issue
Block a user