mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-06 13:46:08 +00:00
Hey, wait, we literally have a Chat category
This commit is contained in:
parent
ed243910be
commit
1e2d9a6b97
1 changed files with 3 additions and 3 deletions
|
|
@ -71,9 +71,6 @@ menuitem_t OPTIONS_Server[] =
|
|||
{IT_STRING | IT_CVAR, "Pause Permissions", "Who is allowed to pause the game?",
|
||||
NULL, {.cvar = &cv_pause}, 0, 0},
|
||||
|
||||
{IT_STRING | IT_CVAR, "Rounds Needed To Chat", "How many rounds players must complete before they can chat. Good vs. ban evaders.",
|
||||
NULL, {.cvar = &cv_gamestochat}, 0, 0},
|
||||
|
||||
|
||||
{IT_HEADER, "Chat...", NULL,
|
||||
NULL, {NULL}, 0, 0},
|
||||
|
|
@ -84,6 +81,9 @@ menuitem_t OPTIONS_Server[] =
|
|||
{IT_STRING | IT_CVAR, "Chat Spam Protection", "Prevent too many messages from a single player.",
|
||||
NULL, {.cvar = &cv_chatspamprotection}, 0, 0},
|
||||
|
||||
{IT_STRING | IT_CVAR, "Rounds Needed To Chat", "How many rounds players must complete before they can chat. Good vs. ban evaders.",
|
||||
NULL, {.cvar = &cv_gamestochat}, 0, 0},
|
||||
|
||||
{IT_SPACE | IT_DYBIGSPACE, NULL, NULL,
|
||||
NULL, {NULL}, 0, 0},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue