File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,7 @@ private void initFolders() {
54
54
}
55
55
56
56
private void fetchConfig ( ) {
57
- //string url = "https://raw.githubusercontent.com/DRRP-Team/DRRP-Launcher/master/launcher_data.json";
58
- string url = "https://raw.githubusercontent.com/DRRP-Team/DRRP-Launcher/feat/simplify/launcher_data.json" ;
57
+ string url = "https://raw.githubusercontent.com/DRRP-Team/DRRP-Launcher/master/launcher_data.json" ;
59
58
var data = Internet . GetJsonObject ( url ) ;
60
59
61
60
if ( ( int ) data [ "version" ] != 1 ) {
@@ -254,8 +253,7 @@ private void run_InstallConfig()
254
253
status ( "Downloading config.ini..." ) ;
255
254
//status("Скачивание doom2.wad...");
256
255
257
- string url = "https://raw.githubusercontent.com/DRRP-Team/DRRP-Launcher/feat/simplify/config.ini" ;
258
- //string url = "https://github.com/Akbar30Bill/DOOM_wads/raw/master/doom2.wad";
256
+ string url = "https://raw.githubusercontent.com/DRRP-Team/DRRP-Launcher/master/config_default.ini" ;
259
257
260
258
using ( var client = new WebClient ( ) ) {
261
259
client . DownloadFile ( url , gameconfig . FullName ) ;
You can’t perform that action at this time.
0 commit comments