Adding new join game failed message if two players with the same ip address want to join a ranking game.

This commit is contained in:
lotodore
2010-11-14 18:26:50 +00:00
parent 61d8c416b0
commit 8e8e173884
3 changed files with 8 additions and 1 deletions
+3
View File
@@ -1408,6 +1408,9 @@ ClientStateWaitJoin::InternalHandlePacket(boost::shared_ptr<ClientThread> client
case joinGameFailureReason_invalidSettings :
failureCode = NTF_NET_JOIN_INVALID_SETTINGS;
break;
case joinGameFailureReason_ipAddressBlocked :
failureCode = NTF_NET_JOIN_IP_BLOCKED;
break;
default :
failureCode = NTF_NET_INTERNAL;
break;