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

Commit 2e3e3b0

Browse files
committed
Add SetLocalPlayerAsInitialized to Protocol class.
1 parent 03dc5f7 commit 2e3e3b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

protocol/src/main/java/org/dragonet/protocol/Protocol.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ public final class Protocol {
9696
packets.put(RESOURCE_PACK_CLIENT_RESPONSE_PACKET, ResourcePackClientResponsePacket.class);
9797
packets.put(RESOURCE_PACK_STACK_PACKET, ResourcePackStackPacket.class);
9898

99+
packets.put(SET_LOCAL_PLAYER_AS_INITIALIZED_PACKET, SetLocalPlayerAsInitializedPacket.class);
100+
99101
packets.put(BATCH_PACKET, BatchPacket.class);
100102
}
101103

0 commit comments

Comments
 (0)