From f68d58fb856d7c1c30394b2e878c6c2313ff8ece Mon Sep 17 00:00:00 2001 From: toaster Date: Fri, 20 Oct 2023 12:36:22 +0100 Subject: [PATCH] UCRP_PODIUMCUP: Make %s Cup mixed case --- src/m_cond.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/m_cond.c b/src/m_cond.c index 9690a23e0..199b650b6 100644 --- a/src/m_cond.c +++ b/src/m_cond.c @@ -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) );