From 2bad56f6b68d19260cc3badd286abfc32a04de5b Mon Sep 17 00:00:00 2001 From: Zach H Date: Thu, 2 Mar 2017 16:41:08 -0500 Subject: [PATCH] removal of p server (#2438) --- cockatrice/src/dlg_connect.cpp | 1 - webclient/index.html | 1 - 2 files changed, 2 deletions(-) diff --git a/cockatrice/src/dlg_connect.cpp b/cockatrice/src/dlg_connect.cpp index 917f0ce5..9970ebeb 100644 --- a/cockatrice/src/dlg_connect.cpp +++ b/cockatrice/src/dlg_connect.cpp @@ -25,7 +25,6 @@ DlgConnect::DlgConnect(QWidget *parent) QStringList previousHostList = settingsCache->servers().getPreviousHostList(); if (previousHostList.isEmpty()) { previousHostList << "cockatrice.woogerworks.com"; - previousHostList << "vps.poixen.com"; previousHostList << "chickatrice.net"; previousHostList << "mtg.tetrarch.co"; previousHostList << "cockatric.es"; diff --git a/webclient/index.html b/webclient/index.html index f59e08ce..f5a21157 100755 --- a/webclient/index.html +++ b/webclient/index.html @@ -92,7 +92,6 @@ Loading cockatrice web client... source: [ // add custom servers here "cockatrice.woogerworks.com", - "vps.poixen.com", "chickatrice.net", "127.0.0.1" ]