diff options
Diffstat (limited to 'packets/request_character_list_packet.gd')
-rw-r--r-- | packets/request_character_list_packet.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packets/request_character_list_packet.gd b/packets/request_character_list_packet.gd index e2c761d..2f43a05 100644 --- a/packets/request_character_list_packet.gd +++ b/packets/request_character_list_packet.gd @@ -3,7 +3,7 @@ extends Packet const HEADER := 0x09a1 -const BYTE_LENGTH := 0 +const BYTE_LENGTH := 2 func to_bytes(): |