don't double-log signs_lib prefix

This commit is contained in:
flux 2022-12-09 10:42:24 -08:00
parent 97f467b716
commit 8e134be6fa
1 changed files with 1 additions and 1 deletions

View File

@ -977,7 +977,7 @@ function signs_lib.after_place_node(pos, placer, itemstack, pointed_thing, locke
end
function signs_lib.register_fence_with_sign()
log("warning", "[signs_lib] Attempt to call no longer used function signs_lib.register_fence_with_sign()")
log("warning", "Attempt to call no longer used function signs_lib.register_fence_with_sign()")
end
local use_glow = function(pos, node, puncher, pointed_thing)