diff options
Diffstat (limited to 'packets/map_server/update_hotkeys_packet.gd')
-rw-r--r-- | packets/map_server/update_hotkeys_packet.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packets/map_server/update_hotkeys_packet.gd b/packets/map_server/update_hotkeys_packet.gd index f991a7e..3788d1d 100644 --- a/packets/map_server/update_hotkeys_packet.gd +++ b/packets/map_server/update_hotkeys_packet.gd @@ -11,7 +11,7 @@ const BYTE_LENGTH := 2 + 1 + 2 + 7*38 # TODO -static func from_bytes(bytes: PackedByteArray) -> UpdateHotkeysPacket: +static func from_bytes(_bytes: PackedByteArray) -> UpdateHotkeysPacket: var packet = UpdateHotkeysPacket.new() return packet |