aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Land
diff options
context:
space:
mode:
authorUbitUmarov2017-05-19 17:35:49 +0100
committerUbitUmarov2017-05-19 17:35:49 +0100
commit7c9615f0002247fa0f950cd0e4f143eadc789c71 (patch)
treef2cb3f3cede6364eccac971bb73eb7629c169118 /OpenSim/Region/CoreModules/World/Land
parentchange some confusing comands help (diff)
downloadopensim-SC_OLD-7c9615f0002247fa0f950cd0e4f143eadc789c71.zip
opensim-SC_OLD-7c9615f0002247fa0f950cd0e4f143eadc789c71.tar.gz
opensim-SC_OLD-7c9615f0002247fa0f950cd0e4f143eadc789c71.tar.bz2
opensim-SC_OLD-7c9615f0002247fa0f950cd0e4f143eadc789c71.tar.xz
fix land parcel group been lost on region upload
Diffstat (limited to 'OpenSim/Region/CoreModules/World/Land')
-rw-r--r--OpenSim/Region/CoreModules/World/Land/LandObject.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/CoreModules/World/Land/LandObject.cs b/OpenSim/Region/CoreModules/World/Land/LandObject.cs
index b534a2b..74b10ed 100644
--- a/OpenSim/Region/CoreModules/World/Land/LandObject.cs
+++ b/OpenSim/Region/CoreModules/World/Land/LandObject.cs
@@ -292,8 +292,6 @@ namespace OpenSim.Region.CoreModules.World.Land
292 LandData.OwnerID = owner_id; 292 LandData.OwnerID = owner_id;
293 if (is_group_owned) 293 if (is_group_owned)
294 LandData.GroupID = owner_id; 294 LandData.GroupID = owner_id;
295 else
296 LandData.GroupID = UUID.Zero;
297 295
298 LandData.IsGroupOwned = is_group_owned; 296 LandData.IsGroupOwned = is_group_owned;
299 297