]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - defaultXonotic.cfg
just use the old vyes/vno aliases when binding, but let them instead execute cl_cmd...
[xonotic/xonotic-data.pk3dir.git] / defaultXonotic.cfg
index afcb1a9c65d94abe1a7bc7f9e0a667c85c54930f..34b8bf35645a90f38a75e7580ead2b318fd5272f 100644 (file)
@@ -1058,8 +1058,8 @@ alias vstop "cmd vote stop"
 alias vmaster "cmd vote master"
 alias vlogin "cmd vote login $*"
 alias vdo "cmd vote do $*"
-alias vyes "cmd vote yes"
-alias vno "cmd vote no"
+alias vyes "cl_cmd vyes"
+alias vno "cl_cmd vno"
 alias vdontcare "cmd vote dontcare"
 alias vabstain "cmd vote abstain"
 
@@ -1075,8 +1075,8 @@ alias vdoend "vdo endmatch"
 
 alias lsmaps "cmd lsmaps" // lists all maps on server (for vmap, suggestmap, vnextmap)
 alias lsnewmaps "cmd lsnewmaps" // lists all maps on server that do not yet have a record set (race/cts)
-bind F1 cl_cmd vyes
-bind F2 cl_cmd vno
+bind F1 vyes
+bind F2 vno
 
 //used for spectate/observer mode
 alias spec "cmd spectate"