mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Readd shift + P block
My mistake in 780d5d8, I forgot actionKeys doesn't work on combination
binds.
This commit is contained in:
@@ -320,6 +320,7 @@ if (isNil "keyboard_keys") then {
|
||||
[actionKeys "TacticalView", _block] call _addArray;
|
||||
};
|
||||
[actionKeys "DSInterface", _block] call _addArray;
|
||||
[[DIK_P], {if (_shiftState) then {_handled = true;};}] call _addArray;
|
||||
diag_log "keyboard_keys reset";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user