diff --git a/SQF/dayz_code/actions/player_addToolbelt.sqf b/SQF/dayz_code/actions/player_addToolbelt.sqf index 812706f6c..19bfbf483 100644 --- a/SQF/dayz_code/actions/player_addToolbelt.sqf +++ b/SQF/dayz_code/actions/player_addToolbelt.sqf @@ -84,7 +84,7 @@ if (_isOk) then { player addMagazine 'sledge_swing'; }; if (_item == "MeleeHatchet") then { - player addMagazine 'hatchet_swing'; + player addMagazine 'Hatchet_Swing'; }; if (_item == "MeleeMachete") then { player addMagazine 'Machete_swing'; diff --git a/SQF/dayz_code/compile/player_switchModel.sqf b/SQF/dayz_code/compile/player_switchModel.sqf index d0718f286..fb0d9d3e0 100644 --- a/SQF/dayz_code/compile/player_switchModel.sqf +++ b/SQF/dayz_code/compile/player_switchModel.sqf @@ -128,7 +128,7 @@ diag_log (str(_backpackMag)); _newUnit addMagazine 'sledge_swing'; }; if (_primweapon == "MeleeHatchet") then { - _newUnit addMagazine 'hatchet_swing'; + _newUnit addMagazine 'Hatchet_Swing'; }; if (_primweapon == "MeleeMachete") then { _newUnit addMagazine 'Machete_swing';