mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-18 07:22:03 +00:00
Fix basenumlaps prints
This commit is contained in:
parent
7073c9ede2
commit
a80c6ccf39
1 changed files with 2 additions and 2 deletions
|
@ -5194,9 +5194,9 @@ static void BaseNumLaps_OnChange(void)
|
|||
if (gamestate == GS_LEVEL)
|
||||
{
|
||||
if (cv_basenumlaps.value)
|
||||
CONS_Printf(M_GetText("Number of laps will be changed to map defaults next round.\n"));
|
||||
else
|
||||
CONS_Printf(M_GetText("Number of laps will be changed to %d next round.\n"), cv_basenumlaps.value);
|
||||
else
|
||||
CONS_Printf(M_GetText("Number of laps will be changed to map defaults next round.\n"));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue