This commit is contained in:
Michal Sroczynski 2023-08-11 18:32:37 +02:00 committed by Maxicarlos08
parent 1ea0f249f5
commit b7c56c9057
No known key found for this signature in database

View File

@ -2456,9 +2456,9 @@ impl Hud {
options.push((
GameInput::StayFollow,
i18n.get_msg(if is_staying {
"hud-stay"
} else {
"hud-follow"
} else {
"hud-stay"
})
.to_string(),
));