]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/Main.qc
just use the old vyes/vno aliases when binding, but let them instead execute cl_cmd...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / Main.qc
index de87c0d747c66e0ce1f49f1474e74a0d74fb8b1c..24b230c8468b9c85c19de2415048848f1b132247 100644 (file)
@@ -619,7 +619,7 @@ void GameCommand(string msg)
         }
         else
         {
-            localcmd("vyes\n");
+            localcmd("cmd vote yes\n");
         }
     }
     else if(cmd == "vno")
@@ -633,7 +633,7 @@ void GameCommand(string msg)
         }
         else
         {
-            localcmd("vno\n");
+            localcmd("cmd vote no\n");
         }
     }