Skip to content

Commit

Permalink
Update addons/disposable/XEH_preInit.sqf
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror authored Sep 21, 2024
1 parent c003861 commit 93fce81
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 @@ -84,7 +84,7 @@ private _cfgMagazines = configFile >> "CfgMagazines";
WARNING_4("Mass of launcher %1 (%2) is different from mass of used launcher %3 (%4).",_launcher,_massLauncher,_usedLauncher,_massUsedLauncher);
};

if ((abs(_massLauncher + _massMagazine - _massLoadedLauncher)) > 0.001) then {
if ((abs(_massLauncher + _massMagazine - _massLoadedLauncher)) > 0.011) then {
WARNING_7("Sum of mass of launcher %1 and mass of magazine %2 (%3+%4=%5) is different from mass of loaded launcher %6 (%7).",_launcher,_magazine,_massLauncher,_massMagazine,_massLauncher + _massMagazine,_loadedLauncher,_massLoadedLauncher);
};
} forEach configProperties [configFile >> "CBA_DisposableLaunchers", "isArray _x"];
Expand Down

0 comments on commit 93fce81

Please sign in to comment.