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

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