mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Prevent setting arbitrary groups on your objects.
This commit is contained in:
@@ -590,6 +590,9 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
protected internal void HandleObjectGroupUpdate(
|
||||
IClientAPI remoteClient, UUID GroupID, uint objectLocalID, UUID Garbage)
|
||||
{
|
||||
if (!remoteClient.IsGroupMember(GroupID))
|
||||
return;
|
||||
|
||||
SceneObjectGroup group = GetGroupByPrim(objectLocalID);
|
||||
if (group != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user