diff options
| author | EvidenceB Kidscode <49488517+EvidenceBKidscode@users.noreply.github.com> | 2020-04-25 07:20:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-25 07:20:00 +0200 |
| commit | cee3c5e73d7af2a876aa76275234ee76e7cb1bbc (patch) | |
| tree | 66abf52902be5c4d7ccc7aa40d20ed77a2a263e0 /src/client/game.cpp | |
| parent | 914dbeaa0be4b5ef87506b605ef4e241cd3732dc (diff) | |
| download | minetest-cee3c5e73d7af2a876aa76275234ee76e7cb1bbc.tar.xz | |
Add server side translations capability (#9733)
* Add server side translations capability
Diffstat (limited to 'src/client/game.cpp')
| -rw-r--r-- | src/client/game.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/game.cpp b/src/client/game.cpp index 3429cc57b..610522dc2 100644 --- a/src/client/game.cpp +++ b/src/client/game.cpp @@ -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; |
