This commit is contained in:
Ed
2024-08-21 14:19:44 +03:00
parent cfeb5fae80
commit 5c4b7a87aa
4 changed files with 11 additions and 6 deletions

View File

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

View File

@@ -1,4 +1,4 @@
- type: gameMapPool
id: DeathMatchMapPool
id: NOCP14DeathMatchMapPool
maps:
- MeteorArena

View File

@@ -1,4 +1,4 @@
- type: gameMapPool
id: DefaultMapPool
id: NOCP14DefaultMapPool
maps:
- Dev
- Dev

View File

@@ -1,5 +1,10 @@
- type: gameMapPool
id: CP14DefaultMapPool
id: DefaultMapPool
maps:
- AlchemyTest
- BattleRoyale
- BattleRoyale
- type: gameMapPool
id: DeathMatchMapPool
maps:
- MeteorArena