summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/client.cpp3
-rw-r--r--src/game.cpp1
2 files changed, 3 insertions, 1 deletions
diff --git a/src/client.cpp b/src/client.cpp
index 5bc891948..2e135fc6a 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -1373,6 +1373,9 @@ int Client::gameExec()
// Allow any alpha opacity
Theme::instance()->setMinimumOpacity(-1.0f);
+ if (chatLogger)
+ chatLogger->setServerName(mServerName);
+
#ifdef ANDROID
delete mCloseButton;
mCloseButton = nullptr;
diff --git a/src/game.cpp b/src/game.cpp
index 5d988f19f..7993fa25c 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -164,7 +164,6 @@ const unsigned adjustDelay = 10;
*/
static void initEngines()
{
-
DepricatedEvent::trigger(CHANNEL_GAME,
DepricatedEvent(EVENT_ENGINESINITALIZING));