diff --git a/src/menus/options-server-1.c b/src/menus/options-server-1.c index 2ed23cc20..e489045c8 100644 --- a/src/menus/options-server-1.c +++ b/src/menus/options-server-1.c @@ -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},