mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 04:51:42 +00:00
Base Online Menu "Advertise" Rewording
"Advertise" --> "Public"
This commit is contained in:
parent
1578c2ff07
commit
c3482ee779
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ static void draw_routine(void)
|
||||||
294 + tx,
|
294 + tx,
|
||||||
98,
|
98,
|
||||||
!CV_IsSetToDefault(&cv_advertise) ? warningflags : highlightflags,
|
!CV_IsSetToDefault(&cv_advertise) ? warningflags : highlightflags,
|
||||||
va("(Advertise: %s)", cv_advertise.string)
|
va("(Public: %s)", cv_advertise.string)
|
||||||
);
|
);
|
||||||
|
|
||||||
M_DrawMasterServerReminder();
|
M_DrawMasterServerReminder();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue