mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Options: tyop fixes
This commit is contained in:
parent
1e578a1779
commit
f29dce3161
2 changed files with 2 additions and 2 deletions
|
|
@ -67,7 +67,7 @@ menuitem_t OPTIONS_Server[] =
|
|||
{IT_STRING | IT_CVAR, "Mute Chat", "Prevent everyone but admins from sending chat messages.",
|
||||
NULL, {.cvar = &cv_mute}, 0, 0},
|
||||
|
||||
{IT_STRING | IT_CVAR, "Chat Spam Protection", "Prevent too many message from a single player.",
|
||||
{IT_STRING | IT_CVAR, "Chat Spam Protection", "Prevent too many messages from a single player.",
|
||||
NULL, {.cvar = &cv_chatspamprotection}, 0, 0},
|
||||
|
||||
{IT_SPACE | IT_DYBIGSPACE, NULL, NULL,
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ menuitem_t OPTIONS_ServerAdvanced[] =
|
|||
{IT_STRING | IT_CVAR, "Ping Timeout (s)", "Players must be above the ping limit for this long before being kicked.",
|
||||
NULL, {.cvar = &cv_pingtimeout}, 0, 0},
|
||||
|
||||
{IT_STRING | IT_CVAR, "Connection Timeout (tics)", "Players not giving any netowrk activity for this long are kicked.",
|
||||
{IT_STRING | IT_CVAR, "Connection Timeout (tics)", "Players not giving any network activity for this long are kicked.",
|
||||
NULL, {.cvar = &cv_nettimeout}, 0, 0},
|
||||
|
||||
{IT_STRING | IT_CVAR, "Join Timeout (tics)", "Players taking too long to join are kicked.",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue