diff --git a/base/serverlist.txt b/base/serverlist.txt index fef701d..f700836 100644 --- a/base/serverlist.txt +++ b/base/serverlist.txt @@ -1,4 +1 @@ -10.0.0.1:27071:the shit server -88.203.168.170:27777:Demon Server For Demons! Vanilla! 1.8+ -24.193.75.13:27053:The Flaming Phoenix -51.255.160.217:50000:Attorney Online Vidya(Dedicated) +127.0.0.1:27016:Default local server diff --git a/lobby.cpp b/lobby.cpp index 28da1fa..aa1f43f 100644 --- a/lobby.cpp +++ b/lobby.cpp @@ -9,7 +9,7 @@ Lobby::Lobby(AOApplication *p_ao_app) : QMainWindow() { ao_app = p_ao_app; - this->setWindowTitle("Attorney Online Vidya (AO2)"); + this->setWindowTitle("Attorney Online 2"); ui_background = new AOImage(this, ao_app); ui_public_servers = new AOButton(this, ao_app);