From f26ff52712f8d98af471733b4f872520b45a258c Mon Sep 17 00:00:00 2001 From: Applevangelist Date: Wed, 21 Dec 2022 14:09:47 +0100 Subject: [PATCH] #UNIT * Docu fix --- Moose Development/Moose/Wrapper/Unit.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/Moose Development/Moose/Wrapper/Unit.lua b/Moose Development/Moose/Wrapper/Unit.lua index 11326a4a6..8cf7c9226 100644 --- a/Moose Development/Moose/Wrapper/Unit.lua +++ b/Moose Development/Moose/Wrapper/Unit.lua @@ -629,9 +629,6 @@ end --- Returns the unit's group if it exist and nil otherwise. -- @param Wrapper.Unit#UNIT self -- @return Wrapper.Group#GROUP The Group of the Unit or `nil` if the unit does not exist. ---- Returns the unit's group if it exists and nil otherwise. --- @param Wrapper.Unit#UNIT self --- @return Wrapper.Group#GROUP The Group of the Unit or `nil` if the unit does not exist. function UNIT:GetGroup() self:F2( self.UnitName ) local UnitGroup = GROUP:FindByName(self.GroupName)