mirror of
https://github.com/architectury/architectury-api.git
synced 2026-03-28 03:56:59 -05:00
Fix Forge cancelling client message processing
This commit is contained in:
@@ -107,10 +107,6 @@ public class EventHandlerImplClient {
|
||||
event.setCanceled(true);
|
||||
else {
|
||||
event.setMessage(processor.getMessage());
|
||||
|
||||
if (process.isTrue()) {
|
||||
event.setCanceled(true);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user