fix crash wrt chat in lobby
This commit is contained in:
@@ -23,7 +23,7 @@ namespace OpenRA.Network
|
||||
|
||||
public Client ClientWithIndex( int clientID )
|
||||
{
|
||||
return Clients.Single( c => c.Index == clientID );
|
||||
return Clients.SingleOrDefault( c => c.Index == clientID );
|
||||
}
|
||||
|
||||
public Client ClientInSlot( Slot slot )
|
||||
|
||||
Reference in New Issue
Block a user