removal of p server (#2438)
This commit is contained in:
parent
160c4cea6b
commit
2bad56f6b6
2 changed files with 0 additions and 2 deletions
|
@ -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";
|
||||||
|
|
|
@ -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"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue