Xonotic Forums
Why game mode menu is not showing at the end of match? - Printable Version

+- Xonotic Forums (https://forums.xonotic.org)
+-- Forum: Support (https://forums.xonotic.org/forumdisplay.php?fid=3)
+--- Forum: Xonotic - Server Administration (https://forums.xonotic.org/forumdisplay.php?fid=16)
+--- Thread: Why game mode menu is not showing at the end of match? (/showthread.php?tid=7787)



Why game mode menu is not showing at the end of match? - marataziat - 08-04-2018

I have this server.cfg:
Code:
sv_public 1
hostname "My Test server"
sv_vote_gametype 1


sv_motd "Hi, this is my epic server"
maxplayers 32
timelimit_override 5
log_file "server.log"

gametype dm
sv_vote_gametype 1
sv_vote_gametype_options "dm tdm lms ctf ca ft ka kh dom ons as"

g_maplist_votable 6
g_maplist_votable_nodetail 1

minplayers 0
g_warmup 2



It's not showing game mode menu, sv_vote_gametype is 1 Sad BUT if I send it to server from command line it works fine!


RE: Why game mode menu is not showing at the end of match? - martin-t - 08-04-2018

Did you reload the config after changing it? What command are you using to set it from console? What happens when you do `rcon sv_vote_gametype`? It should print the current value.