Skip to content
Snippets Groups Projects
Commit 8b940c00 authored by Wayward One's avatar Wayward One Committed by Craig Robbins
Browse files

Add on_punchnode callback

parent 14340145
No related branches found
No related tags found
No related merge requests found
......@@ -258,3 +258,8 @@ function on_dignode(p, node)
nodeupdate(p)
end
core.register_on_dignode(on_dignode)
function on_punchnode(p, node)
nodeupdate(p)
end
core.register_on_punchnode(on_punchnode)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment