mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
don't let object lastowner be its group
This commit is contained in:
@@ -2233,7 +2233,8 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
{
|
||||
if (part.OwnerID != userId)
|
||||
{
|
||||
part.LastOwnerID = part.OwnerID;
|
||||
if(part.GroupID != part.OwnerID)
|
||||
part.LastOwnerID = part.OwnerID;
|
||||
part.OwnerID = userId;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user