From e08a29e73ea4f7e6d78e8e7f5a6e7033dbc1f542 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Mon, 30 Dec 2024 15:15:01 +0100 Subject: next commit --- packets/map_server/update_hotkeys_packet.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packets/map_server/update_hotkeys_packet.gd') 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 -- cgit v1.2.3