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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user