Skip to content
This repository was archived by the owner on Apr 7, 2021. It is now read-only.

Commit e604e8c

Browse files
committed
fix poops and re-release
1 parent 3312f4d commit e604e8c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

proxy/src/main/java/org/dragonet/proxy/network/PacketTranslatorRegister.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public final class PacketTranslatorRegister {
5656
// PCMultiChunkDataPacketTranslator());
5757
PC_TO_PE_TRANSLATOR.put(ServerChunkDataPacket.class, new PCMultiChunkDataPacketTranslator());
5858

59-
PC_TO_PE_TRANSLATOR.put(ServerUpdateTimePacket.class, new PCUpdateTimePacketTranslator());
59+
// PC_TO_PE_TRANSLATOR.put(ServerUpdateTimePacket.class, new PCUpdateTimePacketTranslator());
6060
PC_TO_PE_TRANSLATOR.put(ServerBlockChangePacket.class, new PCBlockChangePacketTranslator());
6161
PC_TO_PE_TRANSLATOR.put(ServerMultiBlockChangePacket.class, new PCMultiBlockChangePacketTranslator());
6262
// PC_TO_PE_TRANSLATOR.put(ServerUpdateSignPacket.class, new
7.23 KB
Loading

0 commit comments

Comments
 (0)