fuck
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
- type: gameMapPool
|
||||
id: DeathMatchMapPool
|
||||
id: NOCP14DeathMatchMapPool
|
||||
maps:
|
||||
- MeteorArena
|
||||
@@ -1,4 +1,4 @@
|
||||
- type: gameMapPool
|
||||
id: DefaultMapPool
|
||||
id: NOCP14DefaultMapPool
|
||||
maps:
|
||||
- Dev
|
||||
- Dev
|
||||
@@ -1,5 +1,10 @@
|
||||
- type: gameMapPool
|
||||
id: CP14DefaultMapPool
|
||||
id: DefaultMapPool
|
||||
maps:
|
||||
- AlchemyTest
|
||||
- BattleRoyale
|
||||
- BattleRoyale
|
||||
|
||||
- type: gameMapPool
|
||||
id: DeathMatchMapPool
|
||||
maps:
|
||||
- MeteorArena
|
||||
Reference in New Issue
Block a user