Skip to content

Commit

Permalink
Add missing maps
Browse files Browse the repository at this point in the history
  • Loading branch information
sabianroberts committed Oct 14, 2023
1 parent c7e40ca commit 3f99967
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions cl_dll/discord_integration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,23 @@ 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!
"Base"s,
"Basement"s,
"Blimpboom"s,
"Boot_Box"s,
"Boot_Camp"s,
"Bounce"s,
"Bounce_Day"s,
"City"s,
"City"s,
"Cloister"s,
"Compound"s,
"Cove"s,
"Cove_Night"s,
"Crossfire"s,
"Crossfire_Day"s,
"CTF_Boot_Camp"s,
"CTF_Crossfire"s,
"CTF_Daydream"s,
"CTF_Duff"s,
"CTF_Echo"s,
"CTF_Forsaken"s,
Expand All @@ -64,6 +69,8 @@ namespace discord_integration
"CTF_Outland"s,
"CTF_Wormhole"s,
"Datacore"s,
"Datacore2"s,
"Debris"s,
"Demise"s,
"Disposal"s,
"Doublecross"s,
Expand All @@ -72,27 +79,40 @@ namespace discord_integration
"Frenzy"s,
"Gasworks"s,
"Guardian"s,
"Hex"s,
"Kasino"s,
"Kasino2"s,
"KBase"s,
"Kndyone"s,
"Lambda_Bunker"s,
"Mall"s,
"Meanie"s,
"Naturist"s,
"Office"s,
"Outpost"s,
"Park"s,
"Pyrozone"s,
"Rapidcore"s,
"Repent"s,
"Rubble"s,
"Rust"s,
"Rustmill"s,
"Shipment"s,
"Signal"s,
"Skirmish"s,
"Snark_Pit"s,
"Snark_Pit2"s,
"StalkX"s,
"Stalkyard"s,
"Stalkyard2"s,
"Subtransit"s,
"Team9"s,
"TheHill"s,
"Training_Compound"s,
"Undertow"s,
"Water_Canal"s,
"Waypoint"s,
"Xen"s,
"Xendance"s,
};

// Custom maps with thumbnails.
Expand Down

0 comments on commit 3f99967

Please sign in to comment.