Skip to content

Commit

Permalink
Hotfix arsenal init for CBA_A3 3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
veteran29 authored Oct 8, 2024
1 parent fe2c44e commit 8d81234
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 @@ -29,7 +29,7 @@ if (KP_liberation_arsenalUsePreset) then {
if !(configProperties [configFile >> "CBA_DisposableLaunchers"] isEqualTo []) then {
private _disposableLaunchers = ["CBA_FakeLauncherMagazine"];
{
private _loadedLauncher = cba_disposable_LoadedLaunchers getVariable _x;
private _loadedLauncher = cba_disposable_LoadedLaunchers get _x;
if (!isNil "_loadedLauncher") then {
_disposableLaunchers pushBack _loadedLauncher;
};
Expand Down

0 comments on commit 8d81234

Please sign in to comment.