1.54 - Replace typeName with isEqualType

This commit is contained in:
PabstMirror
2015-11-20 11:40:31 -06:00
parent dd7c71eeee
commit 69b53af1d3
66 changed files with 101 additions and 101 deletions

View File

@ -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;
};