fix land parcel group been lost on region upload
parent
2717ef5da9
commit
7c9615f000
|
@ -292,8 +292,6 @@ namespace OpenSim.Region.CoreModules.World.Land
|
|||
LandData.OwnerID = owner_id;
|
||||
if (is_group_owned)
|
||||
LandData.GroupID = owner_id;
|
||||
else
|
||||
LandData.GroupID = UUID.Zero;
|
||||
|
||||
LandData.IsGroupOwned = is_group_owned;
|
||||
|
||||
|
|
Loading…
Reference in New Issue