removal of p server (#2438)

This commit is contained in:
Zach H 2017-03-02 16:41:08 -05:00 committed by GitHub
parent 160c4cea6b
commit 2bad56f6b6
2 changed files with 0 additions and 2 deletions

View file

@ -25,7 +25,6 @@ DlgConnect::DlgConnect(QWidget *parent)
QStringList previousHostList = settingsCache->servers().getPreviousHostList(); QStringList previousHostList = settingsCache->servers().getPreviousHostList();
if (previousHostList.isEmpty()) { if (previousHostList.isEmpty()) {
previousHostList << "cockatrice.woogerworks.com"; previousHostList << "cockatrice.woogerworks.com";
previousHostList << "vps.poixen.com";
previousHostList << "chickatrice.net"; previousHostList << "chickatrice.net";
previousHostList << "mtg.tetrarch.co"; previousHostList << "mtg.tetrarch.co";
previousHostList << "cockatric.es"; previousHostList << "cockatric.es";

View file

@ -92,7 +92,6 @@ Loading cockatrice web client...
source: [ source: [
// add custom servers here // add custom servers here
"cockatrice.woogerworks.com", "cockatrice.woogerworks.com",
"vps.poixen.com",
"chickatrice.net", "chickatrice.net",
"127.0.0.1" "127.0.0.1"
] ]