Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update addons/missileguidance/functions/fnc_seekerType_SACLOS.sqf
Oh good shout, I forgot that there are no cba-added vanilla disposables.

Co-authored-by: PabstMirror <pabstmirror@gmail.com>
  • Loading branch information
some-evil-kitty and PabstMirror authored Apr 2, 2026
commit f19ac1ea3234461980dd4db5a99a8c13274cc970
1 change: 1 addition & 0 deletions addons/missileguidance/functions/fnc_seekerType_SACLOS.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ private _lookDirection = switch (_dirMode) do {
case SCALOS_DIR_WEAPON: { // Player/StaticWeapon
_shooterPos = eyePos _shooter;
if (_weapon isNotEqualTo (currentWeapon _shooter)) then {
if (isNil "CBA_disposable_usedLaunchers") exitWith {};
_weapon = CBA_disposable_usedLaunchers getOrDefault [_weapon, _weapon];
Comment thread
some-evil-kitty marked this conversation as resolved.
};
_shooter weaponDirection _weapon
Expand Down
Loading