Skip to content

Commit eb6eae8

Browse files
committed
fixes Issue 176
replaced wrong command; replaced == with isEqualTo
1 parent 4f1daaf commit eb6eae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/common/fnc_getGroup.sqf

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ Author:
2020
2121
---------------------------------------------------------------------------- */
2222

23-
if (tolower (typeName _this) == "GROUP") exitwith {_this};
23+
if (toUpper (typeName _this) isEqualTo "GROUP") exitwith {_this};
2424
group _this

0 commit comments

Comments
 (0)