Skip to content

Commit

Permalink
Update maplist in maps.sp.
Browse files Browse the repository at this point in the history
  • Loading branch information
splewis authored Oct 30, 2021
1 parent 4774498 commit 8149deb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripting/pugsetup/maps.sp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public Action Timer_DelayedChangeMap(Handle timer, Handle data) {

public void AddBackupMaps(ArrayList maplist) {
char backupMaps[][] = {
"de_cache", "de_dust2", "de_inferno", "de_mirage", "de_nuke", "de_overpass", "de_train",
"de_ancient", "de_cbble", "de_dust2", "de_inferno", "de_mirage", "de_nuke", "de_overpass", "de_train", "de_vertigo",
};

for (int i = 0; i < sizeof(backupMaps); i++)
Expand Down Expand Up @@ -222,6 +222,7 @@ public bool IsStockMap(const char[] map) {
stockMaps.SetValue("cs_italy", 0);
stockMaps.SetValue("cs_militia", 0);
stockMaps.SetValue("cs_office", 0);
stockMaps.SetValue("de_ancient", 0);
stockMaps.SetValue("de_cbble", 0);
stockMaps.SetValue("de_dust", 0);
stockMaps.SetValue("de_dust2", 0);
Expand Down

0 comments on commit 8149deb

Please sign in to comment.