From d560f77811d4fc6f29bf477356a6d2e58dda0be1 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sat, 30 Nov 2024 12:46:08 +0100 Subject: next commit --- packets/select_character_packet.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packets/select_character_packet.gd') diff --git a/packets/select_character_packet.gd b/packets/select_character_packet.gd index 692183f..56ba1fa 100644 --- a/packets/select_character_packet.gd +++ b/packets/select_character_packet.gd @@ -3,7 +3,7 @@ extends Packet const HEADER := 0x0066 -const BYTE_LENGTH := 0 +const BYTE_LENGTH := 3 ## Byte Type: u8 -- cgit v1.2.3