-
Notifications
You must be signed in to change notification settings - Fork 89
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
Observer Tools not working on specific maps #726
Comments
This might also explain why the stat thing also does not work sometimes |
Check if such maps have observer-specific kits, they may be changing something there that could cause this |
@Pablete1234 Golden Drought does not give any observer-specific kit. However Tetrad does give Night Vision. |
I have had a look into this and found something interesting This is because maps with
This sets the
This meta is set using the
So the produced inventory has messed up color codes for item lore but the version the equals checked against does not. |
Observer Tools not working on specific maps
It was brought to my attention by Darkrowo, that on certain maps the observer tools are not working. I attempted to debug this and came up with nothing as to why it would not be working. Basically when clicking any of the tools, the
onInventoryClick
method is just not being called only on these maps.The maps we’ve found this issue on
There may be additional, and I’ll update this list if others are found.
Video
https://youtu.be/R7GlxdvC6xo
Any ideas on how to fix this would be appreciated!
The text was updated successfully, but these errors were encountered: