Skip to content

Commit

Permalink
Merge branch 'master' into release-3.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpas committed Oct 17, 2023
2 parents b180281 + 7216efe commit 5bc60cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addons/arrays/fnc_selectBest.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ SCRIPT(selectBest);

params ["_array", "_criteria", "_return"];

private _bestScore = -1e99;
private _bestScore = -1e38;
{
private _xScore = _x call _criteria;
if (_xScore > _bestScore) then {
Expand Down
2 changes: 1 addition & 1 deletion addons/jam/jam_spe/CfgWeapons.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class CfgWeapons {
};

class SPE_M1_Garand: SPE_RIFLE {
magazineWell[] += {"CBA_30Carbine_M1Carbine"};
magazineWell[] += {"CBA_3006_Garand"};
};

class SPE_M1903A3_Springfield: SPE_RIFLE {
Expand Down

0 comments on commit 5bc60cd

Please sign in to comment.