Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Defective warehouses call after_dig_node which does not exist #92

Closed
oversword opened this issue Jul 5, 2021 · 1 comment · Fixed by #94
Closed

Defective warehouses call after_dig_node which does not exist #92

oversword opened this issue Jul 5, 2021 · 1 comment · Fixed by #94

Comments

@oversword
Copy link
Contributor

All the defect variant of the warehouses do this:

	after_dig_node = function(pos, oldnode, oldmetadata, digger)
		wh.after_dig_node(Box, pos, oldnode, oldmetadata, digger)
	end,

wh.after_dig_node does not exist, causing a crash of you dig this node, worth looking back in the code to try and figure out why this is here in the first place.

I will probably get to it soon if you don't

@joe7575
Copy link
Owner

joe7575 commented Jul 5, 2021

the wh.after_dig_node is missing since #51 and should be replaced with a wh.on_dig_node

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants