mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-11 13:20:04 +00:00
Multiplayer: Send an error message when connecting to a full room
This commit is contained in:
parent
a9c9ffd32c
commit
e040bc9355
7 changed files with 42 additions and 7 deletions
|
@ -57,7 +57,8 @@ enum RoomMessageTypes : u8 {
|
|||
IdMacCollision,
|
||||
IdVersionMismatch,
|
||||
IdWrongPassword,
|
||||
IdCloseRoom
|
||||
IdCloseRoom,
|
||||
IdRoomIsFull,
|
||||
};
|
||||
|
||||
/// This is what a server [person creating a server] would use.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue