mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix
This commit is contained in:
parent
45b6b8467d
commit
33bcd6d9f9
@ -22,7 +22,7 @@ private "_player";
|
|||||||
_player = ACE_player;
|
_player = ACE_player;
|
||||||
|
|
||||||
//If our vehicle didn't shoot, or we're not in NVG mode, exit
|
//If our vehicle didn't shoot, or we're not in NVG mode, exit
|
||||||
if (currentVisionMode _player) != 1} exitWith {};
|
if ((currentVisionMode _player) != 1) exitWith {};
|
||||||
|
|
||||||
private["_darkness", "_nvgBrightnessCoef", "_silencer", "_visibleFire", "_visibleFireCoef", "_visibleFireTime", "_visibleFireTimeCoef"];
|
private["_darkness", "_nvgBrightnessCoef", "_silencer", "_visibleFire", "_visibleFireCoef", "_visibleFireTime", "_visibleFireTimeCoef"];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user