Removed a redundant conflict-check in fnc_lockSafety (#7189)

This commit is contained in:
pterolatypus 2019-10-08 02:07:14 +01:00 committed by PabstMirror
parent 13ffc07f27
commit 06a0f30a05

View File

@ -17,9 +17,6 @@
* Public: No
*/
// don't immediately switch back
if (inputAction "nextWeapon" > 0) exitWith {};
params ["_unit", "_weapon", "_muzzle"];
private _safedWeapons = _unit getVariable [QGVAR(safedWeapons), []];