Skip to content

Commit

Permalink
Add new maps to RPC keys
Browse files Browse the repository at this point in the history
  • Loading branch information
sabianroberts committed Oct 11, 2024
1 parent fc241fa commit e303e46
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cl_dll/discord_integration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ namespace discord_integration
const std::unordered_set<std::string> maps_with_thumbnails{
// PLEASE SORT THESE IN ALPHABETICAL ORDER - AND MAKE SURE THAT THE MAP NAMES YOU PUT HERE
// ARE EXACTLY AS THEY ARE CAPITALISED IN THE GAME FILES!
"2Fort"s,
"Ascension"s,
"Base"s,
"Basement"s,
"Blimpboom"s,
Expand All @@ -57,6 +59,7 @@ namespace discord_integration
"Contamination"s,
"Cove"s,
"Cove_Night"s,
"Corssfire"s,
"Crossfire"s,
"Crossfire_Day"s,
"CTF_Boot_Camp"s,
Expand All @@ -70,23 +73,27 @@ namespace discord_integration
"CTF_Omen"s,
"CTF_Outland"s,
"CTF_Wormhole"s,
"CZ2"s,
"Datacore"s,
"Datacore2"s,
"Debris"s,
"Demise"s,
"Disposal"s,
"Doublefort"s,
"Doublecross"s,
"Dustbowl"s,
"Dyce"s,
"Flashback"s,
"Frenzy"s,
"Gasworks"s,
"Guardian"s,
"Hex"s,
"Hierarchy"s,
"Kasino"s,
"Kasino2"s,
"KBase"s,
"Kndyone"s,
"Labyrinth"s,
"Lambda_Bunker"s,
"Leveled"s,
"Mall"s,
Expand All @@ -112,13 +119,16 @@ namespace discord_integration
"StalkX"s,
"Stalkyard"s,
"Stalkyard2"s,
"Subtarnsit"s,
"Subtransit"s,
"Team9"s,
"TheHill"s,
"Training_Compound"s,
"Undertow"s,
"Walk"s,
"Water_Canal"s,
"Waypoint"s,
"Works"s,
"Xen"s,
"Xendance"s
};
Expand Down

0 comments on commit e303e46

Please sign in to comment.