@@ -289,7 +289,6 @@ elif [ "${shortname}" == "bt" ]; then
289
289
elif [ " ${shortname} " == " btl" ]; then
290
290
fn_check_cfgdir
291
291
array_configs+=(Game.ini)
292
- fn_fetch_default_config
293
292
fn_default_config_remote
294
293
fn_set_config_vars
295
294
fn_list_config_locations
@@ -370,7 +369,6 @@ elif [ "${shortname}" == "cs" ]; then
370
369
fn_list_config_locations
371
370
elif [ " ${shortname} " == " cs2" ]; then
372
371
array_configs+=(server.cfg)
373
- fn_fetch_default_config
374
372
fn_default_config_remote
375
373
fn_set_config_vars
376
374
fn_list_config_locations
@@ -483,7 +481,6 @@ elif [ "${shortname}" == "hldms" ]; then
483
481
fn_list_config_locations
484
482
elif [ " ${shortname} " == " ohd" ]; then
485
483
array_configs+=(Admins.cfg Engine.ini Game.ini MapCycle.cfg)
486
- fn_fetch_default_config
487
484
fn_default_config_remote
488
485
fn_set_config_vars
489
486
fn_list_config_locations
@@ -585,7 +582,6 @@ elif [ "${shortname}" == "pvkii" ]; then
585
582
fn_list_config_locations
586
583
elif [ " ${shortname} " == " pw" ]; then
587
584
array_configs+=(PalWorldSettings.ini)
588
- fn_fetch_default_config
589
585
fn_default_config_remote
590
586
fn_set_config_vars
591
587
fn_list_config_locations
@@ -614,13 +610,11 @@ elif [ "${shortname}" == "q2" ]; then
614
610
fn_list_config_locations
615
611
elif [ " ${shortname} " == " q3" ]; then
616
612
array_configs+=(server.cfg)
617
- fn_fetch_default_config
618
613
fn_default_config_remote
619
614
fn_set_config_vars
620
615
fn_list_config_locations
621
616
elif [ " ${shortname} " == " q4" ]; then
622
617
array_configs+=(server.cfg)
623
- fn_fetch_default_config
624
618
fn_default_config_remote
625
619
fn_set_config_vars
626
620
fn_list_config_locations
@@ -784,7 +778,6 @@ elif [ "${shortname}" == "wmc" ]; then
784
778
fn_list_config_locations
785
779
elif [ " ${shortname} " == " xnt" ]; then
786
780
array_configs+=(server.cfg)
787
- fn_fetch_default_config
788
781
fn_default_config_remote
789
782
fn_set_config_vars
790
783
fn_list_config_locations
0 commit comments