mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 01:30:26 +03:00
Update _object_damage private array
Vanilla commits:21ea5984c9a13e7240dc
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user