Update _object_damage private array

Vanilla commits:

21ea5984c9

a13e7240dc
This commit is contained in:
ebaydayz
2016-10-14 16:07:03 -04:00
parent 5e51787e59
commit 6cf740e7d4
2 changed files with 6 additions and 1 deletions

View File

@@ -252,6 +252,7 @@ if (isNil "keyboard_keys") then {
_handled = true;
r_interrupt = true;
};
if (animationState player in ["bunnyhopunarmed","bunnyhoprifle"]) then {
//Fixes invisible weapon switch glitch if double tapping vault with no weapon in hands
_handled = true;
@@ -275,6 +276,7 @@ if (isNil "keyboard_keys") then {
_block = {
_handled = true;
};
_addArray = {
{
keyboard_keys set [_x, _this select 1];