From ff7d096d5d32d459665aa5bf0f83948f24e14d05 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 22 Mar 2025 17:50:31 -0400 Subject: [PATCH] Fix the name rejection error message not showing correctly --- src/lobby/connection.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lobby/connection.rs b/src/lobby/connection.rs index 8dfe664..66bdc05 100644 --- a/src/lobby/connection.rs +++ b/src/lobby/connection.rs @@ -407,9 +407,9 @@ impl LobbyConnection { server_id: 0, timestamp: 0, data: ServerLobbyIpcData::LobbyError { - sequence: 0x03, - error: 0x0bdb, // TODO: I screwed this up when translating from the old struct to the new LobbyError - exd_error_id: 0, + sequence: character_action.sequence, + error: 0x00000bdb, + exd_error_id: 0x32cc, value: 0, unk1: 0, },