We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f1daaf commit eb6eae8Copy full SHA for eb6eae8
addons/common/fnc_getGroup.sqf
@@ -20,5 +20,5 @@ Author:
20
21
---------------------------------------------------------------------------- */
22
23
-if (tolower (typeName _this) == "GROUP") exitwith {_this};
+if (toUpper (typeName _this) isEqualTo "GROUP") exitwith {_this};
24
group _this
0 commit comments