diff options
Diffstat (limited to '')
-rw-r--r-- | src/network/room_member.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/room_member.h b/src/network/room_member.h index d874cc5e4..6522f053c 100644 --- a/src/network/room_member.h +++ b/src/network/room_member.h @@ -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 }; |