remove dead function from LobbyLogic

This commit is contained in:
Chris Forbes
2012-05-22 17:42:19 +12:00
parent 059347af40
commit c000640928

View File

@@ -435,8 +435,6 @@ namespace OpenRA.Mods.RA.Widgets.Logic
}
}
bool SpawnPointAvailable(int index) { return (index == 0) || orderManager.LobbyInfo.Clients.All(c => c.SpawnPoint != index); }
void CycleReady()
{
orderManager.IssueOrder(Order.Command("ready"));