Merge branch 'menu-antigrief' into 'master'

Add antigrief to Server Options

Closes #1124

See merge request KartKrew/Kart!2084
This commit is contained in:
Oni 2024-03-11 05:26:16 +00:00
commit fb2c565e4b

View file

@ -34,6 +34,9 @@ menuitem_t OPTIONS_Server[] =
{IT_STRING | IT_CVAR, "Use PWR.LV", "Should players should be rated on their performance?",
NULL, {.cvar = &cv_kartusepwrlv}, 0, 0},
{IT_STRING | IT_CVAR, "Antigrief Timer (seconds)", "How long can players stop progressing before they're removed?",
NULL, {.cvar = &cv_antigrief}, 0, 0},
{IT_HEADER, "Progression...", NULL,
NULL, {NULL}, 0, 0},