File tree Expand file tree Collapse file tree
src/main/java/cn/nukkit/network Expand file tree Collapse file tree Original file line number Diff line number Diff line change 221221 <!-- Miscellaneous -->
222222 <dependency >
223223 <groupId >com.nukkitx.protocol</groupId >
224- <artifactId >bedrock-v389 </artifactId >
225- <version >2.5.4 </version >
224+ <artifactId >bedrock-v390 </artifactId >
225+ <version >2.5.5 </version >
226226 </dependency >
227227 <dependency >
228228 <groupId >com.nukkitx</groupId >
Original file line number Diff line number Diff line change 11package cn .nukkit .network ;
22
33import com .nukkitx .protocol .bedrock .BedrockPacketCodec ;
4- import com .nukkitx .protocol .bedrock .v389 . Bedrock_v389 ;
4+ import com .nukkitx .protocol .bedrock .v390 . Bedrock_v390 ;
55import lombok .extern .log4j .Log4j2 ;
66
77import javax .annotation .Nonnegative ;
@@ -22,7 +22,7 @@ public final class ProtocolInfo {
2222 private static BedrockPacketCodec DEFAULT_PACKET_CODEC ;
2323
2424 static {
25- setDefaultPacketCodec (Bedrock_v389 . V389_CODEC );
25+ setDefaultPacketCodec (Bedrock_v390 . V390_CODEC );
2626 }
2727
2828 public static BedrockPacketCodec getDefaultPacketCodec () {
You can’t perform that action at this time.
0 commit comments