From 63d74005733e1edba81700d9567a4d49779f8745 Mon Sep 17 00:00:00 2001 From: PabstMirror Date: Fri, 20 Sep 2024 20:39:22 -0500 Subject: [PATCH] Update command casing --- addons/missileguidance/functions/fnc_seekerType_IR.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/missileguidance/functions/fnc_seekerType_IR.sqf b/addons/missileguidance/functions/fnc_seekerType_IR.sqf index 46f6a36da29..066a0cc98aa 100644 --- a/addons/missileguidance/functions/fnc_seekerType_IR.sqf +++ b/addons/missileguidance/functions/fnc_seekerType_IR.sqf @@ -126,7 +126,7 @@ private _targetPosition = _trackingTarget modelToWorldVisualWorld getCenterOfMas if (GVAR(debug_drawGuidanceInfo) && { _targetPosition isNotEqualTo [0, 0, 0] }) then { if (!isGamePaused && accTime > 0) then { - private _ps = "#particlesource" createVehicleLocal (ASLtoAGL _targetPosition); + private _ps = "#particlesource" createVehicleLocal (ASLToAGL _targetPosition); _PS setParticleParams [["\A3\Data_f\cl_basic", 8, 3, 1], "", "Billboard", 1, 3.0141, [0, 0, 0], [0, 0, 0], 1, 1.275, 1, 0, [1, 1], [[0, 0, 1, 1], [0, 0, 1, 1], [0, 0, 1, 1]], [1], 1, 0, "", "", nil]; _PS setDropInterval 1.0; };