mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Fixed the issue that No commandcenter menu was generated in case of birth of a join of a player.
This commit is contained in:
@@ -566,7 +566,7 @@ end
|
||||
function TASK:HasGroup( FindGroup )
|
||||
|
||||
local SetAttackGroup = self:GetGroups()
|
||||
return SetAttackGroup:FindGroup(FindGroup)
|
||||
return SetAttackGroup:FindGroup( FindGroup:GetName() )
|
||||
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user