]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/main.qc
Forcedly stop player movement too when opening the scoreboard team selection
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / main.qc
index 4ff86d3cfbdbc8672e658f30bdbf2625aaa60649..69214ee8a9877e9a1a74d92f217f6e9bb74bf261 100644 (file)
@@ -460,6 +460,10 @@ void Release_Common_Keys()
        localcmd("-use\n");
        localcmd("-hook\n");
        localcmd("-jump\n");
+       localcmd("-forward\n");
+       localcmd("-back\n");
+       localcmd("-moveleft\n");
+       localcmd("-moveright\n");
 }
 
 // CSQC_InputEvent : Used to perform actions based on any key pressed, key released and mouse on the client.