Update default.lua

This commit is contained in:
minefaco 2020-12-20 13:35:26 -05:00 committed by GitHub
parent 115d1dc311
commit 162e5830b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -62,7 +62,7 @@ local axe_types = {
"axe_mese",
"axe_diamond",
}
if not ENABLE_CHISEL then
if not stripped_tree.ENABLE_CHISEL then
stripped_tree.register_axes(mod_name,axe_types)
end