mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-31 04:02:37 +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,
|
||||
98,
|
||||
!CV_IsSetToDefault(&cv_advertise) ? warningflags : highlightflags,
|
||||
va("(Advertise: %s)", cv_advertise.string)
|
||||
va("(Public: %s)", cv_advertise.string)
|
||||
);
|
||||
|
||||
M_DrawMasterServerReminder();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue