Towny
GoogeTan opened this issue ยท 3 comments
We use towny privates and i can open the doors (Shift + click) from this mod. I am using version 1.7.10.I know this is old, but I need to fix it. Where could there be a mistake? I am a programmer. I searched for isSneaking (), but in all the places where it was, where there are no problems! Sorry for my English)
If Towny is closing the event before this mod can capture it, I am not sure how you can resolve the issue from the mod side.
Events in this mod are handled in EventHandler.java. If there are any sneaking overrides you will find them there.