mirror of
https://github.com/minetest/minetest.git
synced 2025-07-04 17:00:23 +02:00
Implement #6096
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user