fix: wrong FluidFilterSlotUpdateMessage side

This commit is contained in:
Matyrobbrt
2024-03-05 16:04:48 +02:00
parent f5f98bbb4a
commit 371132dd19
2 changed files with 4 additions and 1 deletions

View File

@@ -55,7 +55,7 @@ public class NetworkHandler {
registrar.play(
FluidFilterSlotUpdateMessage.ID,
FluidFilterSlotUpdateMessage::decode,
handler -> handler.server(FluidFilterSlotUpdateMessage::handle)
handler -> handler.client(FluidFilterSlotUpdateMessage::handle)
);
registrar.play(
BlockEntitySynchronizationParameterMessage.ID,