mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Properly name ClientboundPingPacket translator
This commit is contained in:
parent
84ae28f2c2
commit
59e6fc0285
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ import org.geysermc.connector.network.translators.Translator;
|
|||
|
||||
// Why does this packet exist? Whatever, we better implement it
|
||||
@Translator(packet = ClientboundPingPacket.class)
|
||||
public class JavaPingPacket extends PacketTranslator<ClientboundPingPacket> {
|
||||
public class JavaPingTranslator extends PacketTranslator<ClientboundPingPacket> {
|
||||
|
||||
@Override
|
||||
public void translate(GeyserSession session, ClientboundPingPacket packet) {
|
Loading…
Reference in a new issue