updated street signs again :P

This commit is contained in:
Vanessa Dannenberg 2018-09-26 05:18:51 -04:00
parent b4b8210199
commit 480267f842

View File

@ -1151,7 +1151,6 @@ minetest.register_lbm({
label = "Restore sign text",
run_at_every_load = true,
action = function(pos, node)
print("LBM call update sign on "..minetest.get_node(pos).name)
street_signs.update_sign(pos)
end
})