mirror of
https://github.com/minetest/minetest.git
synced 2025-07-03 08:20:23 +02:00
Add server side translations capability (#9733)
* Add server side translations capability
This commit is contained in:
committed by
GitHub
parent
914dbeaa0b
commit
cee3c5e73d
@ -1055,7 +1055,7 @@ bool Game::startup(bool *kill,
|
||||
m_invert_mouse = g_settings->getBool("invert_mouse");
|
||||
m_first_loop_after_window_activation = true;
|
||||
|
||||
g_translations->clear();
|
||||
g_client_translations->clear();
|
||||
|
||||
if (!init(map_dir, address, port, gamespec))
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user