mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-08-25 18:24:36 -05:00
removal of p server (#2438)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user