Left network debug on

This commit is contained in:
Sirrobzeroone 2021-06-14 10:48:45 +10:00
parent 2627e0c763
commit 56366fec62
4 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -389,7 +389,7 @@ minetest.register_abm({
end
end
-- if pw_supply ~= 0 then minetest.debug("end_run") end -- debug line
minetest.debug(dump(ele.graphcache)) -- network dump
-- minetest.debug(dump(ele.graphcache)) -- network dump
end,
})