diff --git a/OpenRA.Game/Server/Server.cs b/OpenRA.Game/Server/Server.cs index 9340a6a2a3..39f5d6bdc4 100644 --- a/OpenRA.Game/Server/Server.cs +++ b/OpenRA.Game/Server/Server.cs @@ -220,10 +220,6 @@ namespace OpenRA.Server }) { IsBackground = true }.Start(); } - /* lobby rework TODO: - * - "teams together" option for team games -- will eliminate most need - * for manual spawnpoint choosing. - */ int nextPlayerIndex; public int ChooseFreePlayerIndex() {