Remove Bitrotted JoinExternalGame. Fixes #3406. Closes #2153.

This commit is contained in:
Paul Chote
2013-06-16 04:16:43 +12:00
parent 924aba49ea
commit 659e56f0fa
5 changed files with 0 additions and 21 deletions

View File

@@ -74,7 +74,6 @@ namespace OpenRA.Mods.RA
public void StartGame()
{
TestAndContinue();
Game.JoinExternalGame();
}
void TestAndContinue()