Update weapon switch hotkey for DZE_TwoPrimaries=2

Also forgot new dropped class for SledgeHammer
This commit is contained in:
ebaydayz
2016-04-27 16:11:40 -04:00
parent 7753ae2859
commit 244b84e74b
4 changed files with 14 additions and 5 deletions

View File

@@ -63,7 +63,7 @@ if (isNil "keyboard_keys") then {
3 call dz_fn_switchWeapon;
_handled = true;
};
_melee = {
_melee = { // Also works for rifle on back if DZE_TwoPrimaries = 2;
4 call dz_fn_switchWeapon;
_handled = true;
};