remove dead function from LobbyLogic
This commit is contained in:
@@ -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()
|
void CycleReady()
|
||||||
{
|
{
|
||||||
orderManager.IssueOrder(Order.Command("ready"));
|
orderManager.IssueOrder(Order.Command("ready"));
|
||||||
|
|||||||
Reference in New Issue
Block a user