Update FindSuppressor.sqf

This commit is contained in:
Defent 2015-08-31 22:28:37 +02:00
parent b0c2c304e0
commit af1d531e7e

View File

@ -36,7 +36,7 @@ switch (_ammoName) do {
case ((_ammoName find "388") > -1): {_result = _rnd338 call BIS_fnc_selectRandom;};
case ((_ammoName find "388") > -1): {_result = _rnd93 call BIS_fnc_selectRandom;};
case ((_ammoName find "93") > -1): {_result = _rnd93 call BIS_fnc_selectRandom;};
};
_result