From 7b77c19008a65bd4d9032a58ac4b175d701ca256 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Fri, 21 Mar 2025 19:59:58 -0400 Subject: [PATCH] Add TODO to fix the lobby error for name rejection --- src/bin/kawari-lobby.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/kawari-lobby.rs b/src/bin/kawari-lobby.rs index dd1fe57..08518d0 100644 --- a/src/bin/kawari-lobby.rs +++ b/src/bin/kawari-lobby.rs @@ -201,7 +201,7 @@ async fn main() { timestamp: 0, data: ServerLobbyIpcData::LobbyError { sequence: 0x03, - error: 0x0bdb, + error: 0x0bdb, // TODO: I screwed this up when translating from the old struct to the new LobbyError exd_error_id: 0, value: 0, unk1: 0,