diff --git a/nsis/etlegacy.nsi b/nsis/etlegacy.nsi index b6fcd5b..ef2cb1f 100644 --- a/nsis/etlegacy.nsi +++ b/nsis/etlegacy.nsi @@ -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