Skip to content

Commit

Permalink
Merge pull request #1334 from CBATeam/disposable-savegames
Browse files Browse the repository at this point in the history
Disposable - Reduce savegame file size
  • Loading branch information
commy2 authored May 9, 2020
2 parents a0ecff5 + d380b98 commit 5c478a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/disposable/XEH_preInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ private _cfgMagazines = configFile >> "CfgMagazines";
} forEach configProperties [configFile >> "CBA_DisposableLaunchers", "isArray _x"];

["CBA_settingsInitialized", {
["All", "InitPost", FUNC(replaceMagazineCargo), nil, nil, true] call CBA_fnc_addClassEventHandler;
["All", "InitPost", {call FUNC(replaceMagazineCargo)}, nil, nil, true] call CBA_fnc_addClassEventHandler;
}] call CBA_fnc_addEventHandler;

ADDON = true;

0 comments on commit 5c478a0

Please sign in to comment.