master #7

Merged
BRNSystems merged 95 commits from Mirrorlandia_minetest/minetest:master into master 2024-01-28 00:16:42 +01:00
Showing only changes of commit 4468813d47 - Show all commits

@ -775,9 +775,9 @@ void ChatPrompt::clampView()
ChatBackend::ChatBackend():
m_console_buffer(500),
m_console_buffer(1500),
m_recent_buffer(6),
m_prompt(L"]", 500)
m_prompt(L"]", 1500)
{
}