OnClientInputEventHandler:
- Fixed mouse event firing twice per click.
This commit is contained in:
@ -65,7 +65,7 @@ public class OnClientInputEventHandler {
|
||||
}
|
||||
|
||||
@SubscribeEvent
|
||||
public void MouseInputEvent(InputEvent.MouseButton event) {
|
||||
public void MouseInputEvent(InputEvent.MouseButton.Post event) {
|
||||
handle(event.getAction(), event.getButton());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user