Added ability to join a server on startup, for gamelist apps.
This commit is contained in:
committed by
Chris Forbes
parent
c0b5455016
commit
dec8c8ba4b
@@ -115,7 +115,11 @@ namespace OpenRA.Mods.Cnc
|
||||
r.EndFrame(nih);
|
||||
}
|
||||
|
||||
public void StartGame() { TestAndContinue(); }
|
||||
public void StartGame()
|
||||
{
|
||||
TestAndContinue();
|
||||
Game.JoinExternalGame();
|
||||
}
|
||||
|
||||
void TestAndContinue()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user