mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Merge pull request #701 from Ignatz-HeMan/experimental
Faster feedback from Targets
This commit is contained in:
commit
3d4a5cf80a
@ -83,6 +83,7 @@ if (_dikCode == EPOCH_keysDebugMon) then {
|
||||
//Action Menu
|
||||
if (_dikCode == EPOCH_keysAction) then {
|
||||
//_handled = true;
|
||||
{player reveal _x;} foreach (player nearObjects 50);
|
||||
if !(EPOCH_keysActionPressed) then {
|
||||
EPOCH_keysActionPressed = true;
|
||||
if (cursorTarget isKindOf "AllVehicles") then {
|
||||
|
Loading…
Reference in New Issue
Block a user