fix land parcel group been lost on region upload

This commit is contained in:
UbitUmarov
2017-05-19 17:35:49 +01:00
parent 2717ef5da9
commit 7c9615f000

View File

@@ -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;