mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-06-13 13:21:57 +03:00
Update _object_damage private array
Vanilla commits: https://github.com/DayZMod/DayZ/commit/21ea5984c94f83d940ebb23c985202ca40cd3929 https://github.com/DayZMod/DayZ/commit/a13e7240dcc6c3b9b736d3649f68eaf611459f03
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