Add antigrief to Server Options

This commit is contained in:
AJ Martinez 2024-03-10 20:34:42 -07:00
parent 10d85bd831
commit 540dc15c26

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},