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:
@@ -35,6 +35,6 @@ public class JavaClearDialogTranslator extends PacketTranslator<ClientboundClear
|
||||
|
||||
@Override
|
||||
public void translate(GeyserSession session, ClientboundClearDialogPacket packet) {
|
||||
|
||||
session.getDialogManager().close();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user