mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Removed a redundant conflict-check in fnc_lockSafety (#7189)
This commit is contained in:
parent
13ffc07f27
commit
06a0f30a05
@ -17,9 +17,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// don't immediately switch back
|
|
||||||
if (inputAction "nextWeapon" > 0) exitWith {};
|
|
||||||
|
|
||||||
params ["_unit", "_weapon", "_muzzle"];
|
params ["_unit", "_weapon", "_muzzle"];
|
||||||
|
|
||||||
private _safedWeapons = _unit getVariable [QGVAR(safedWeapons), []];
|
private _safedWeapons = _unit getVariable [QGVAR(safedWeapons), []];
|
||||||
|
Loading…
Reference in New Issue
Block a user