mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Removed dead code
This commit is contained in:
parent
a870d5d760
commit
48f8730415
@ -54,14 +54,12 @@ switch (_this select 1) do {
|
||||
GVAR(NV) = 1;
|
||||
if (!GVAR(IRON)) then {
|
||||
GVAR(IRON) = true;
|
||||
["ace_ir_on", []] call CBA_fnc_localEvent;
|
||||
};
|
||||
} else {
|
||||
setAperture -1;
|
||||
camUseNVG false;
|
||||
GVAR(NV) = 0;
|
||||
GVAR(IRON) = false;
|
||||
["ace_ir_off", []] call CBA_fnc_localEvent; // TODO: also on death etc?
|
||||
};
|
||||
_ret = true;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user