Right click lobby spawns to disable or remove players.
This commit is contained in:
committed by
abcdefg30
parent
13581c030d
commit
d66e0bb22e
@@ -427,6 +427,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic
|
||||
.ToDictionary(c => c.SpawnPoint, c => new SpawnOccupant(c, server.Mod != modData.Manifest.Id));
|
||||
|
||||
mapPreview.SpawnOccupants = () => occupants;
|
||||
mapPreview.DisabledSpawnPoints = () => server.DisabledSpawnPoints;
|
||||
}
|
||||
|
||||
if (server == null || !server.Clients.Any())
|
||||
|
||||
Reference in New Issue
Block a user