mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
UCRP_PODIUMCUP: Make %s Cup mixed case
This commit is contained in:
parent
a0df25b5cd
commit
f68d58fb85
1 changed files with 1 additions and 1 deletions
|
|
@ -2377,7 +2377,7 @@ static const char *M_GetConditionString(condition_t *cn)
|
|||
{
|
||||
if (cup->id != cn->requirement)
|
||||
continue;
|
||||
return va("%s%s %s CUP",
|
||||
return va("%s%s %s Cup",
|
||||
completetype, orbetter,
|
||||
(M_CupLocked(cup) ? "???" : cup->realname)
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue