"disableChangeTypeWithEgg" Not Working
jok-dev opened this issue ยท 3 comments
The "disableChangeTypeWithEgg" option in the config doesn't seem to work, I think it has to do with this line here:
I'm pretty sure the boolean operator should be an or ( || ) rather than an and ( && ). That way you're saying, don't do anything if it's not a right click OR if they have disabled change type with egg.
See #45 (comment)