mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
cosmetics
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user