Skip to content

Commit

Permalink
Hotfix arsenal init for CBA_A3 3.18 v2
Browse files Browse the repository at this point in the history
  • Loading branch information
veteran29 authored Oct 8, 2024
1 parent 8d81234 commit 749e850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Missionframework/scripts/client/misc/init_arsenal.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if (KP_liberation_arsenalUsePreset) then {
_disposableLaunchers pushBack _loadedLauncher;
};

private _normalLauncher = cba_disposable_NormalLaunchers getVariable _x;
private _normalLauncher = cba_disposable_NormalLaunchers get _x;
if (!isNil "_normalLauncher") then {
_normalLauncher params ["_loadedLauncher"];
_disposableLaunchers pushBack _loadedLauncher;
Expand Down

0 comments on commit 749e850

Please sign in to comment.