]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
Update sv_vote_commands in server.cfg to match current default
authorMario <mario@smbclan.net>
Sat, 14 Mar 2020 01:33:41 +0000 (11:33 +1000)
committerMario <mario@smbclan.net>
Sat, 14 Mar 2020 01:33:41 +0000 (11:33 +1000)
server/server.cfg

index ab835ccddedb728e7e2b2311930e13f2f60d1a78..a33a5b36ec7a23f5d301521857ea2fd2507794c0 100644 (file)
@@ -101,7 +101,7 @@ sv_vote_gametype 1          // set to 1 to enable voting for gametypes after every mat
 //set sv_vote_gametype_mycustom_description "This is my custom gametype"       // the description for the custom gametype
 // Custom icons for custom gametypes are supported and have to be located in a server pk3 as gfx/menu/default/gametype_mycustom
 
-//sv_vote_commands "restart fraglimit chmap gotomap nextmap endmatch reducematchtime extendmatchtime allready kick cointoss movetoauto shuffleteams bots nobots"       // players can vote for those commands or use them if they are masters. You can also add 'g_grappling_hook' for hook voting, and 'sv_fbskin_green sv_fbskin_red sv_fbskin_orange sv_fbskin_off' for fbskin voting.
+//sv_vote_commands "restart fraglimit gotomap nextmap endmatch reducematchtime extendmatchtime allready kick cointoss movetoauto shuffleteams bots nobots"     // players can vote for those commands or use them if they are masters. You can also add 'g_grappling_hook' for hook voting, and 'sv_fbskin_green sv_fbskin_red sv_fbskin_orange sv_fbskin_off' for fbskin voting.
 //sv_vote_master_commands "movetored movetoblue movetoyellow movetopink"       // add commands masters can use if logged in or elected. You may want to put 'kickban' here, so masters can keep out punks. It may be good to also put "sv_status_privacy 0" then...
 //rcon_restricted_commands "restart fraglimit chmap gotomap endmatch reducematchtime extendmatchtime allready kick kickban \"sv_cmd bans\" \"sv_cmd unban\" status \"sv_cmd teamstatus\" movetoauto movetored movetoblue movetoyellow movetopink"      // commands for the (stronger) rcon restricted
 //rcon_restricted_password ""  // put here the password for a "restricted" rcon user (see below)