mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Server Options "Advertising..." Rewording
"Advertising..." -> "Broadcast..."; "Advertise" -> "Make Public"
This commit is contained in:
parent
c3482ee779
commit
797a776ca4
1 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@
|
|||
menuitem_t OPTIONS_Server[] =
|
||||
{
|
||||
|
||||
{IT_HEADER, "Advertising...", NULL,
|
||||
{IT_HEADER, "Broadcast...", NULL,
|
||||
NULL, {NULL}, 0, 0},
|
||||
|
||||
{IT_STRING | IT_CVAR | IT_CV_STRING, "Server Name", "Name of your server.",
|
||||
|
|
@ -23,7 +23,7 @@ menuitem_t OPTIONS_Server[] =
|
|||
{IT_STRING | IT_CVAR | IT_CV_STRING, "Server Contact", "How you should be contacted for Master Server moderation.",
|
||||
NULL, {.cvar = &cv_server_contact}, 0, 0},
|
||||
|
||||
{IT_STRING | IT_CVAR, "Advertise", "Display your server in the Browser for other players to join.",
|
||||
{IT_STRING | IT_CVAR, "Make Public", "Display your server in the Browser for other players to join.",
|
||||
NULL, {.cvar = &cv_advertise}, 0, 0},
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue