Skip to content

Commit d241779

Browse files
committed
fix: 修复使用 Launch.Connect 直接连接时,事件处理器没注册的问题
1 parent 1661ec0 commit d241779

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

OpenRA.Game/Game.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ static void JoinLocal()
184184

185185
public static void RemoteDirectConnect(ConnectionTarget endpoint)
186186
{
187+
JoinServer(endpoint, "");
187188
OnRemoteDirectConnect(endpoint);
188189
}
189190

0 commit comments

Comments
 (0)