Skip to content

Commit

Permalink
Marking Laser - Change warning to info (#10672)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror authored Jan 18, 2025
1 parent 601c748 commit 81392aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/markinglaser/functions/fnc_onAircraftInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ private _hasPilotCamera = getNumber (_config >> "PilotCamera" >> "controllable")

if ((_turretData isEqualTo []) && {!_hasPilotCamera}) exitWith {
_aircraft setVariable [QGVAR(enabled), false];
WARNING_1("Class %1 does not have a pilot camera nor a turret that could be equipped with an IR marking laser.",configName _config);
INFO_1("Class %1 does not have a pilot camera nor a turret that could be equipped with an IR marking laser.",configName _config);
};

_aircraft setVariable [QGVAR(enabled), true];
Expand Down

0 comments on commit 81392aa

Please sign in to comment.