1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-04-25 00:17:45 +00:00

Fix the name rejection error message not showing correctly

This commit is contained in:
Joshua Goins 2025-03-22 17:50:31 -04:00
parent 55d0b81ae4
commit ff7d096d5d

View file

@ -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,
},