Skip to content

Commit

Permalink
Merge pull request #178 from Dorbedo/Issue176-getGroup
Browse files Browse the repository at this point in the history
fixes Issue 176
  • Loading branch information
Killswitch00 committed Oct 11, 2015
2 parents be83043 + eb6eae8 commit 7406f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/common/fnc_getGroup.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ Author:
---------------------------------------------------------------------------- */

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

0 comments on commit 7406f6b

Please sign in to comment.