diff --git a/Content.Shared/CCVar/CCVars.cs b/Content.Shared/CCVar/CCVars.cs index 66ff348b9a..69f48118fd 100644 --- a/Content.Shared/CCVar/CCVars.cs +++ b/Content.Shared/CCVar/CCVars.cs @@ -204,7 +204,7 @@ namespace Content.Shared.CCVar /// Prototype to use for map pool. /// public static readonly CVarDef - GameMapPool = CVarDef.Create("game.map_pool", "CP14DefaultMapPool", CVar.SERVERONLY); //CrystallPunk mapPool + GameMapPool = CVarDef.Create("game.map_pool", "DefaultMapPool", CVar.SERVERONLY); //CrystallPunk mapPool /// /// The depth of the queue used to calculate which map is next in rotation. diff --git a/Resources/Prototypes/Maps/Pools/deathmatch.yml b/Resources/Prototypes/Maps/Pools/deathmatch.yml index f1c23b9930..deb911b3eb 100644 --- a/Resources/Prototypes/Maps/Pools/deathmatch.yml +++ b/Resources/Prototypes/Maps/Pools/deathmatch.yml @@ -1,4 +1,4 @@ - type: gameMapPool - id: DeathMatchMapPool + id: NOCP14DeathMatchMapPool maps: - MeteorArena \ No newline at end of file diff --git a/Resources/Prototypes/Maps/Pools/default.yml b/Resources/Prototypes/Maps/Pools/default.yml index b10ef11fe9..5bbe8d1733 100644 --- a/Resources/Prototypes/Maps/Pools/default.yml +++ b/Resources/Prototypes/Maps/Pools/default.yml @@ -1,4 +1,4 @@ - type: gameMapPool - id: DefaultMapPool + id: NOCP14DefaultMapPool maps: - - Dev + - Dev \ No newline at end of file diff --git a/Resources/Prototypes/_CP14/Maps/Pools/default.yml b/Resources/Prototypes/_CP14/Maps/Pools/default.yml index 14add9938b..b2a58bf6eb 100644 --- a/Resources/Prototypes/_CP14/Maps/Pools/default.yml +++ b/Resources/Prototypes/_CP14/Maps/Pools/default.yml @@ -1,5 +1,10 @@ - type: gameMapPool - id: CP14DefaultMapPool + id: DefaultMapPool maps: - AlchemyTest - - BattleRoyale \ No newline at end of file + - BattleRoyale + +- type: gameMapPool + id: DeathMatchMapPool + maps: + - MeteorArena \ No newline at end of file