-
Notifications
You must be signed in to change notification settings - Fork 40
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
Better long term solution for button fix needed #11
Comments
Is this still an issue? |
afaik yes, haven't tested in a while and don't remember the current status. |
What was wrong? |
Comments are like 5-6 lines below the one I highlight, but basically, you couldn't craft buttons. I think I fixed that sort of? But felt that my solution wasn't great. Been over a year now though... |
Yeah I think a return there is fine, maybe squashing those couple cases into one if statement would be good though |
Wouldn't really change whatever past-me had an issue with though :3 |
Good point |
I think previously it used to cancel the craft event if it was a button, but now it just returns, or something along those lines. I don't exactly remember, but there was some initial attempt made to fix the bug. The issue was never closed because it's still kind of hacky, I couldn't ever think of a better solution. |
https://github.com/DevotedMC/ExilePearl/blob/master/src/main/java/com/devotedmc/ExilePearl/listener/PlayerListener.java#L834
See notes.
The text was updated successfully, but these errors were encountered: