aboutsummaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/game.cpp b/src/game.cpp
index fca9c5e68..ee2b19933 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -2049,7 +2049,7 @@ bool Game::initGui()
// Make sure the size of the recent messages buffer is right
chat_backend->applySettings();
-
+
// Chat backend and console
gui_chat_console = new GUIChatConsole(guienv, guienv->getRootGUIElement(),
-1, chat_backend, client, &g_menumgr);
@@ -2146,8 +2146,7 @@ bool Game::connectToServer(const std::string &playername,
fps_control.last_time = RenderingEngine::get_timer_time();
- client->loadMods();
- client->initMods();
+ client->loadBuiltin();
while (RenderingEngine::run()) {