Skip to content

Commit e7741d7

Browse files
authored
Merge pull request #2 from cmer81/fix-path
Fix path and missing server.json URL
2 parents be2e562 + 1b7fa96 commit e7741d7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

MapDownloader/FrmStartup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ private void frmStartup_Load(object sender, EventArgs e)
3131

3232
try
3333
{
34-
json = client.DownloadString("https://raw.githubusercontent.com/Vauff/MapDownloader/master/servers.json");
34+
json = client.DownloadString("https://raw.githubusercontent.com/cmer81/MapDownloader/master/servers.json");
3535
}
3636
catch (WebException)
3737
{

servers.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"name": "NiDE Zombie Escape",
66
"mapList": "https://gist.githubusercontent.com/cmer81/996c11b1b9f9371ce58ee6bd4c04bf2f/raw/b771423a20fbdbd4d013d6496a738776fb18b53c/maplist.csv",
77
"fastDL": "https://fastdl.nide.gg/css_ze/maps/",
8-
"appID": "232330",
9-
"mapsDirectory": "\\cstrike\\maps\\"
8+
"appID": "240",
9+
"mapsDirectory": "\\cstrike\\download\\maps\\"
1010
}
1111
]
1212
}

0 commit comments

Comments
 (0)