Remove white maps temporarily

This commit is contained in:
Aviu00
2024-01-27 12:29:39 +03:00
parent e0b331d511
commit d95382d63c
11 changed files with 1 additions and 873622 deletions

View File

@@ -202,7 +202,7 @@ namespace Content.Shared.CCVar
/// Prototype to use for map pool.
/// </summary>
public static readonly CVarDef<string>
GameMapPool = CVarDef.Create("game.map_pool", "WhiteMapPool", CVar.SERVERONLY);
GameMapPool = CVarDef.Create("game.map_pool", "DefaultMapPool", CVar.SERVERONLY);
/// <summary>
/// The depth of the queue used to calculate which map is next in rotation.