Hide tooltips for unoccupied spawnpoints in the replay browser
This commit is contained in:
committed by
reaperrr
parent
fc0495ac27
commit
677904c682
@@ -134,6 +134,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic
|
||||
{ "onMouseDown", (Action<MapPreviewWidget, MapPreview, MouseInput>)((preview, mapPreview, mi) =>
|
||||
LobbyUtils.SelectSpawnPoint(orderManager, preview, mapPreview, mi)) },
|
||||
{ "getSpawnOccupants", (Func<MapPreview, Dictionary<CPos, SpawnOccupant>>)(mapPreview => LobbyUtils.GetSpawnOccupants(orderManager.LobbyInfo, mapPreview)) },
|
||||
{ "showUnoccupiedSpawnpoints", true },
|
||||
});
|
||||
|
||||
UpdateCurrentMap();
|
||||
|
||||
Reference in New Issue
Block a user