Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Mashlex committed May 3, 2023
1 parent 6444e75 commit ea67d7d
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/sourcemod/configs/get5/standard_2on2_match.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
"players":
{
"STEAM_1:1:....." : "",
"STEAM_1:1:....." : ""
"STEAM_1:1:......" : ""
}
},

"team2": {
"name": "Other Team",
"players":
{
"STEAM_1:1:....." : "",
"STEAM_1:1:...." : "",
"STEAM_1:1:....." : ""
}
},
Expand Down
54 changes: 54 additions & 0 deletions cfg/get5/maps.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"default": [
"de_ancient",
"de_anubis",
"de_inferno",
"de_mirage",
"de_nuke",
"de_overpass",
"de_vertigo"
],
"additional": [
"de_ancient",
"de_anubis",
"de_cache",
"de_dust2",
"de_inferno",
"de_mirage",
"de_nuke",
"de_overpass",
"de_train",
"de_vertigo",
"de_tuscan",
"de_cbble",
"de_aztec",
"de_abbey",
"de_canals",
"de_zoo",
"de_basalt",
"de_season",
"de_overgrown"
],
"hostage": [
"cs_agency",
"cs_assault",
"cs_italy",
"cs_militia",
"cs_office"
],
"wingman": [
"de_shortdust",
"de_boyard",
"de_chalice",
"de_cbble",
"de_inferno",
"de_lake",
"de_overpass",
"de_shortnuke",
"de_train",
"de_vertigo",
"de_bank",
"de_safehouse",
"de_stmarc"
]
}

0 comments on commit ea67d7d

Please sign in to comment.