aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroldmud0 <oldmud0@users.noreply.github.com>2018-11-12 15:18:23 -0600
committeroldmud0 <oldmud0@users.noreply.github.com>2018-11-12 15:18:23 -0600
commit8d61f6007ecfa3e19aa7cce6afb97aa39f143fac (patch)
treeda964733aea664bfad2bd256080afff51b10fc1a
parentbc5eaa888b53803b553edebd98b1056ff0372953 (diff)
Remove AOV-specific changes
-rw-r--r--base/serverlist.txt5
-rw-r--r--lobby.cpp2
2 files changed, 2 insertions, 5 deletions
diff --git a/base/serverlist.txt b/base/serverlist.txt
index fef701da..f700836c 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 28da1fa9..aa1f43f2 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);