cosmetics

This commit is contained in:
UbitUmarov
2024-04-24 00:07:26 +01:00
parent 3beeee8fdc
commit ffb4cd7867
5 changed files with 9 additions and 26 deletions

View File

@@ -639,7 +639,7 @@ namespace OpenSim.Region.OptionalModules.World.NPC
public bool IsGroupMember(UUID groupID)
{
return (m_hostGroupID == groupID);
return m_hostGroupID.Equals(groupID);
}
public Dictionary<UUID, ulong> GetGroupPowers()