mirror of
https://github.com/redstrate/Kawari.git
synced 2025-04-26 16:37:46 +00:00
Add TODO to fix the lobby error for name rejection
This commit is contained in:
parent
b3a22ebdce
commit
7b77c19008
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue