# HG changeset patch
# User Juuso Lapinlampi <wubthecaptain@gmail.com>
# Date 1539382047 0
#      Fri Oct 12 22:07:27 2018 +0000
# Node ID b1a4bc2158dc76a98a1e595ae2a898ae1557b905
# Parent  b9e0c79a5b5ef422e46c88547cb33be986b7e4b7
WAD sites: Remove Dogsoft

Dogsoft's site is often slow and has old, incorrect WADs.

Fixes: #3552

diff -r b9e0c79a5b5e -r b1a4bc2158dc src/wadseeker/wadseeker.cpp
--- a/src/wadseeker/wadseeker.cpp	Thu Oct 11 21:00:53 2018 +0200
+++ b/src/wadseeker/wadseeker.cpp	Fri Oct 12 22:07:27 2018 +0000
@@ -39,7 +39,6 @@
 const QString Wadseeker::defaultSites[] =
 {
 	// 2017-12-08 - doomshack.org removed at request of owner. Prefers clients to go through wad-archive.
-	QString("https://doom.dogsoft.net/getwad.php?search=%WADNAME%"),
 	QString("https://static.allfearthesentinel.net/wads/"),
 	QString("") // empty url is treated here like an '\0' in a string
 };
