mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-01-17 05:57:30 +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
|
-- Update netlist because it has changed
|
||||||
mod.build_netlist(orig)
|
mod.build_netlist(orig)
|
||||||
end
|
end
|
||||||
|
|
||||||
mod.build_netlist(orig)
|
|
||||||
end
|
end
|
||||||
|
|
||||||
local base_def = {
|
local base_def = {
|
||||||
|
Loading…
Reference in New Issue
Block a user