mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
1.54 - Replace typeName with isEqualType
This commit is contained in:
@ -61,7 +61,7 @@ if (_unit getVariable [QGVAR(actionID), -1] == -1) then {
|
||||
] call EFUNC(common,addActionEventHandler)];
|
||||
};
|
||||
|
||||
if (typeName _muzzle == "STRING") then {
|
||||
if (_muzzle isEqualType "") then {
|
||||
_unit selectWeapon _muzzle;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user