Skip to content

Commit

Permalink
Common - Fix players sliding when holstering weapons (#9846)
Browse files Browse the repository at this point in the history
Update CfgMoves.hpp
  • Loading branch information
johnb432 authored Mar 17, 2024
1 parent de106c3 commit 3cafac2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion addons/common/CfgMoves.hpp
Original file line number Diff line number Diff line change
@@ -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);
Expand Down

0 comments on commit 3cafac2

Please sign in to comment.