mirror of
https://github.com/etlegacy/etlegacy-tools.git
synced 2024-11-21 11:31:22 +00:00
removed obsolete downlaod server
This commit is contained in:
parent
4fed89790f
commit
8bdf264064
1 changed files with 0 additions and 4 deletions
|
@ -117,8 +117,6 @@ Section "Wolfenstein: Enemy Territory assets" ASSETS
|
|||
IfFileExists "$TEMP\WolfET.exe" CHECK_INSTALL
|
||||
NSISdl::download "http://mirror.etlegacy.com/WolfET.exe" WolfET.exe
|
||||
IfFileExists "$TEMP\WolfET.exe" CHECK_INSTALL
|
||||
NSISdl::download "http://ftp.freenet.de/pub/4players/hosted/et/official/WolfET.exe" WolfET.exe
|
||||
IfFileExists "$TEMP\WolfET.exe" CHECK_INSTALL
|
||||
NSISdl::download "http://ftp.games.skynet.be/pub/wolfenstein/WolfET.exe" WolfET.exe
|
||||
IfFileExists "$TEMP\WolfET.exe" CHECK_INSTALL
|
||||
NSISdl::download "http://download.hirntot.org/misc/WolfET.exe" WolfET.exe
|
||||
|
@ -152,8 +150,6 @@ Section "Wolfenstein: Enemy Territory assets" ASSETS
|
|||
IfFileExists "$TEMP\ET_Patch_2_60.exe" CHECK_PATCH
|
||||
NSISdl::download "http://mirror.etlegacy.com/ET_Patch_2_60.exe" ET_Patch_2_60.exe
|
||||
IfFileExists "$TEMP\ET_Patch_2_60.exe" CHECK_PATCH
|
||||
NSISdl::download "http://ftp.freenet.de/pub/4players/hosted/et/official/ET_Patch_2_60.exe" ET_Patch_2_60.exe
|
||||
IfFileExists "$TEMP\ET_Patch_2_60.exe" CHECK_PATCH
|
||||
NSISdl::download "http://ftp.games.skynet.be/pub/wolfenstein/ET_Patch_2_60.exe" ET_Patch_2_60.exe
|
||||
IfFileExists "$TEMP\ET_Patch_2_60.exe" CHECK_PATCH
|
||||
NSISdl::download "http://download.hirntot.org/misc/ET_Patch_2_60.exe" ET_Patch_2_60.exe
|
||||
|
|
Loading…
Reference in a new issue