Inventory fix

Fix blocked Inventory after we set rating to -2001
Thx DirtySanchez for helping to fix it!
This commit is contained in:
He-Man 2017-10-08 17:38:31 +02:00
parent 4cf3c6c02e
commit a4ec14e468

View File

@ -262,4 +262,11 @@ if (_dikCode in (actionKeys "NightVision")) then {
}; };
}; };
if !(player == vehicle player) then {
if (_dikCode in(actionKeys "Gear") && (isnull (finddisplay 602))) then {
(vehicle player) action ['Gear', (vehicle player)];
_handled = true;
};
};
_handled _handled