Fixed accidental pushed change to ForgeEventProcessor

This commit is contained in:
Bella 2020-05-07 09:47:25 -04:00
parent c8f79a77b2
commit 7396b50bcc
No known key found for this signature in database
GPG Key ID: DBD4A6030080C8B3
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ public class ForgeEventProcessor {
KamiMod.EVENT_BUS.post(event);
}
@SubscribeEvent(receiveCanceled = true)
@SubscribeEvent
public void onEventMouse(InputEvent.MouseInputEvent event) {
KamiMod.EVENT_BUS.post(event);
}