From 5c4b7a87aabc677722f615f839194b92f1610b38 Mon Sep 17 00:00:00 2001 From: Ed <96445749+TheShuEd@users.noreply.github.com> Date: Wed, 21 Aug 2024 14:19:44 +0300 Subject: [PATCH] fuck --- Content.Shared/CCVar/CCVars.cs | 2 +- Resources/Prototypes/Maps/Pools/deathmatch.yml | 2 +- Resources/Prototypes/Maps/Pools/default.yml | 4 ++-- Resources/Prototypes/_CP14/Maps/Pools/default.yml | 9 +++++++-- 4 files changed, 11 insertions(+), 6 deletions(-) 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