projects
/
xonotic
/
xonotic-data.pk3dir.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Limit maximum length of vote commands to 160 by default
[xonotic/xonotic-data.pk3dir.git]
/
qcsrc
/
server
/
autocvars.qh
diff --git
a/qcsrc/server/autocvars.qh
b/qcsrc/server/autocvars.qh
index
e6a242a
..
dead5a9
100644
(file)
--- a/
qcsrc/server/autocvars.qh
+++ b/
qcsrc/server/autocvars.qh
@@
-1165,6
+1165,7
@@
float autocvar_sv_timeout_resumetime;
float autocvar_sv_vote_call;
float autocvar_sv_vote_change;
string autocvar_sv_vote_commands;
+float autocvar_sv_vote_limit;
float autocvar_sv_vote_majority_factor;
float autocvar_sv_vote_majority_factor_of_voted;
float autocvar_sv_vote_master;