From: terencehill Date: Wed, 9 Nov 2022 18:47:12 +0000 (+0100) Subject: Forcedly stop player movement too when opening the scoreboard team selection X-Git-Tag: xonotic-v0.8.6~298 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=62158c5471466e8d3455bd2f316749261cc02c14;p=xonotic%2Fxonotic-data.pk3dir.git Forcedly stop player movement too when opening the scoreboard team selection --- diff --git a/qcsrc/client/main.qc b/qcsrc/client/main.qc index 4ff86d3cf..69214ee8a 100644 --- a/qcsrc/client/main.qc +++ b/qcsrc/client/main.qc @@ -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.