Also check ranking game restrictions on server.

This commit is contained in:
lotodore
2010-08-01 20:15:49 +00:00
parent 002defcead
commit 9e039182ec
7 changed files with 44 additions and 7 deletions
+3
View File
@@ -1400,6 +1400,9 @@ ClientStateWaitJoin::InternalHandlePacket(boost::shared_ptr<ClientThread> client
case joinGameFailureReason_gameNameInUse :
failureCode = NTF_NET_JOIN_GAME_NAME_IN_USE;
break;
case joinGameFailureReason_invalidSettings :
failureCode = NTF_NET_JOIN_INVALID_SETTINGS;
break;
default :
failureCode = NTF_NET_INTERNAL;
break;