mirror of
https://github.com/architectury/architectury-api.git
synced 2026-03-28 03:56:59 -05:00
Fix ClientChatEvent.RECEIVED *not* using CompoundEventResult
I was a bit too eager with the previous commit, sorry :P Signed-off-by: Max <maxh2709@gmail.com>
This commit is contained in:
@@ -44,7 +44,7 @@ public interface ClientChatEvent {
|
||||
/**
|
||||
* @see Received#process(ChatType, Component, ChatSender)
|
||||
*/
|
||||
Event<Received> RECEIVED = EventFactory.createEventResult();
|
||||
Event<Received> RECEIVED = EventFactory.createCompoundEventResult();
|
||||
|
||||
@Environment(EnvType.CLIENT)
|
||||
interface Process {
|
||||
|
||||
Reference in New Issue
Block a user