mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
fix land parcel group been lost on region upload
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user