diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2024-11-30 12:46:08 +0100 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2024-11-30 12:46:08 +0100 |
commit | d560f77811d4fc6f29bf477356a6d2e58dda0be1 (patch) | |
tree | 3ac2c4267b5c88e40849416115977574e9f09a83 /packets/select_character_packet.gd | |
parent | 313afffce7a823c30acf4853b083f9ca5132e879 (diff) |
next commit
Diffstat (limited to 'packets/select_character_packet.gd')
-rw-r--r-- | packets/select_character_packet.gd | 2 |
1 files changed, 1 insertions, 1 deletions
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 |