mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 14:05:45 +00:00
Network: Made send async in RoomMember
This commit is contained in:
parent
7eb9751711
commit
99bb995de3
4 changed files with 70 additions and 25 deletions
|
@ -47,6 +47,7 @@ public:
|
|||
// Reasons why connection was rejected
|
||||
NameCollision, ///< Somebody is already using this name
|
||||
MacCollision, ///< Somebody is already using that mac-address
|
||||
WrongVersion, ///< The room version is not the same as for this RoomMember
|
||||
CouldNotConnect ///< The room is not responding to a connection attempt
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue