Common - Fix players sliding when holstering weapons (#9846)

Update CfgMoves.hpp
This commit is contained in:
johnb432 2024-03-17 12:47:46 +01:00 committed by GitHub
parent de106c3418
commit 3cafac2f67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,9 @@
class CfgMovesBasic {
class Default;
// Idle affects legs when weapon switching - fixes units sliding when holstering weapons
class Default {
idle = "";
};
// From ACRE
class ManActions {
GVAR(stop) = QGVAR(stop);