fix land parcel group been lost on region upload

0.9.0-post-fixes
UbitUmarov 2017-05-19 17:35:49 +01:00
parent 2717ef5da9
commit 7c9615f000
1 changed files with 0 additions and 2 deletions

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;