mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
replace local keyword with private
This commit is contained in:
@ -25,7 +25,7 @@ if (_target isKindOf "StaticWeapon") exitWith {
|
||||
// no check ammo action on destroyed static weapons
|
||||
if (!alive _target) exitWith {false};
|
||||
|
||||
local _found = false;
|
||||
private _found = false;
|
||||
|
||||
{
|
||||
if (_x select 2) exitWith {
|
||||
|
Reference in New Issue
Block a user