mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Remove 's' from 'automatic forwards' (#8272)
This commit is contained in:
parent
85389ad994
commit
242c9bc36e
3 changed files with 4 additions and 4 deletions
|
@ -2178,9 +2178,9 @@ void Game::toggleAutoforward()
|
|||
g_settings->set("continuous_forward", bool_to_cstr(autorun_enabled));
|
||||
|
||||
if (autorun_enabled)
|
||||
m_game_ui->showTranslatedStatusText("Automatic forwards enabled");
|
||||
m_game_ui->showTranslatedStatusText("Automatic forward enabled");
|
||||
else
|
||||
m_game_ui->showTranslatedStatusText("Automatic forwards disabled");
|
||||
m_game_ui->showTranslatedStatusText("Automatic forward disabled");
|
||||
}
|
||||
|
||||
void Game::toggleMinimap(bool shift_pressed)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue