mirror of
https://github.com/redstrate/Kawari.git
synced 2025-04-25 08:27:44 +00:00
Fix the name rejection error message not showing correctly
This commit is contained in:
parent
55d0b81ae4
commit
ff7d096d5d
1 changed files with 3 additions and 3 deletions
|
@ -407,9 +407,9 @@ impl LobbyConnection {
|
||||||
server_id: 0,
|
server_id: 0,
|
||||||
timestamp: 0,
|
timestamp: 0,
|
||||||
data: ServerLobbyIpcData::LobbyError {
|
data: ServerLobbyIpcData::LobbyError {
|
||||||
sequence: 0x03,
|
sequence: character_action.sequence,
|
||||||
error: 0x0bdb, // TODO: I screwed this up when translating from the old struct to the new LobbyError
|
error: 0x00000bdb,
|
||||||
exd_error_id: 0,
|
exd_error_id: 0x32cc,
|
||||||
value: 0,
|
value: 0,
|
||||||
unk1: 0,
|
unk1: 0,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue