We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1661ec0 commit d241779Copy full SHA for d241779
1 file changed
OpenRA.Game/Game.cs
@@ -184,6 +184,7 @@ static void JoinLocal()
184
185
public static void RemoteDirectConnect(ConnectionTarget endpoint)
186
{
187
+ JoinServer(endpoint, "");
188
OnRemoteDirectConnect(endpoint);
189
}
190
0 commit comments