X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fautocvars.qh;h=b467acc4d2e2e41c06e3021bedbf9b5e1a70e22b;hp=674c95b14ea735e2b67e0cb063f21702e2a1c754;hb=84d3168e45d3923201fe690255afdb656c708615;hpb=c1ca8fe324d3d3a5facbdc70857eaa4b3be88ece diff --git a/qcsrc/server/autocvars.qh b/qcsrc/server/autocvars.qh index 674c95b14..b467acc4d 100644 --- a/qcsrc/server/autocvars.qh +++ b/qcsrc/server/autocvars.qh @@ -1155,6 +1155,11 @@ float autocvar_sv_timeout_resumetime; float autocvar_sv_vote_call; float autocvar_sv_vote_change; string autocvar_sv_vote_commands; +float autocvar_sv_vote_gametype; +float autocvar_sv_vote_gametype_timeout; +string autocvar_sv_vote_gametype_options; +float autocvar_sv_vote_gametype_keeptwotime; +float autocvar_sv_vote_gametype_default_current; float autocvar_sv_vote_limit; float autocvar_sv_vote_majority_factor; float autocvar_sv_vote_majority_factor_of_voted;