Multiplayer: Send an error message when connecting to a full room

This commit is contained in:
James Rowe 2018-04-20 01:34:37 -06:00 committed by zhupengfei
parent a9c9ffd32c
commit e040bc9355
No known key found for this signature in database
GPG key ID: DD129E108BD09378
7 changed files with 42 additions and 7 deletions

View file

@ -57,7 +57,8 @@ enum RoomMessageTypes : u8 {
IdMacCollision,
IdVersionMismatch,
IdWrongPassword,
IdCloseRoom
IdCloseRoom,
IdRoomIsFull,
};
/// This is what a server [person creating a server] would use.