1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00
This commit is contained in:
Esteban I. RM 2017-10-15 20:28:42 -03:00 committed by Loic Blot
parent 46f7fe91a2
commit 0e8ee84d74
No known key found for this signature in database
GPG key ID: EFAA458E8C153987
5 changed files with 24 additions and 0 deletions

View file

@ -2051,6 +2051,9 @@ bool Game::initGui()
// Remove stale "recent" chat messages from previous connections
chat_backend->clearRecentChat();
// Make sure the size of the recent messages buffer is right
chat_backend->applySettings(g_settings);
// Chat backend and console
gui_chat_console = new GUIChatConsole(guienv, guienv->getRootGUIElement(),
-1, chat_backend, client, &g_menumgr);