You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stringmessage=("There are no games listed but you are indeed connected. The client did receive a game message but can't add it to the list because the message is invalid. "+
1515
1515
"You can ignore this prompt if there are games listed later. "+
Logger.Log("Ignoring CTCP game message because there are no tunnels at all. Available tunnel count: 0. Is the connection to CnCNet HTTP service broken?");
1564
1564
1565
1565
// Remind users that the game is ignored because of no tunnel
stringmessage=("There are no games listed. The client did receive a valid game message but can't add it to the list because there are no available tunnels. "+
1569
1569
"You can ignore this prompt if there are games listed later. Otherwise, it might indicate a network problem to CnCNet HTTP service.").L10N("Client:Main:NoTunnels");
stringmessage=string.Format(("There are no games listed. The client did receive a valid game message but can't add it to the list because the specified tunnel is not available. "+
1591
1591
"You can ignore this prompt if there are games listed later. Otherwise, please contact support at {0}.").L10N("Client:Main:NoTunnelForGames"),ClientConfiguration.Instance.LongSupportURL);
0 commit comments