1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-29 11:49:16 +00:00

Implement clear dialog packet

This commit is contained in:
Eclipse
2025-06-05 12:35:47 +00:00
parent 40a922f3b5
commit 9fbc1d3ab1

View File

@@ -35,6 +35,6 @@ public class JavaClearDialogTranslator extends PacketTranslator<ClientboundClear
@Override
public void translate(GeyserSession session, ClientboundClearDialogPacket packet) {
session.getDialogManager().close();
}
}