Skip to content

Commit

Permalink
Handle FluidFilterSlotUpdateMessage only on the client
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt authored Mar 5, 2024
1 parent c553460 commit 00d2223
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public void register(IPayloadRegistrar registrar) {
registrar.play(
FluidFilterSlotUpdateMessage.ID,
FluidFilterSlotUpdateMessage::decode,
handler -> handler.client(FluidFilterSlotUpdateMessage::handle).server(FluidFilterSlotUpdateMessage::handle)
handler -> handler.client(FluidFilterSlotUpdateMessage::handle)
);
registrar.play(
BlockEntitySynchronizationParameterMessage.ID,
Expand Down

0 comments on commit 00d2223

Please sign in to comment.