Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

Commit 6abd1a8

Browse files
committed
feat: add ClientboundTransferPlayerPacket to RunningProtocols codec configuration
1 parent 296a7df commit 6abd1a8

File tree

1 file changed

+1
-0
lines changed
  • surf-cloud-core/surf-cloud-core-common/src/main/kotlin/dev/slne/surf/cloud/core/common/netty/network/protocol/running

1 file changed

+1
-0
lines changed

surf-cloud-core/surf-cloud-core-common/src/main/kotlin/dev/slne/surf/cloud/core/common/netty/network/protocol/running/RunningProtocols.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ object RunningProtocols {
7272
.addPacket(WhitelistResponsePacket.STREAM_CODEC)
7373
.addPacket(SendToastPacket.STREAM_CODEC)
7474
.addPacket(UpdatePlayerPersistentDataContainerPacket.STREAM_CODEC)
75+
.addPacket(ClientboundTransferPlayerPacket.STREAM_CODEC)
7576
}
7677

7778
val CLIENTBOUND by lazy { CLIENTBOUND_TEMPLATE.freeze().bind(::SurfByteBuf) }

0 commit comments

Comments
 (0)