diff options
author | UbitUmarov | 2017-05-19 17:35:49 +0100 |
---|---|---|
committer | UbitUmarov | 2017-05-19 17:35:49 +0100 |
commit | 7c9615f0002247fa0f950cd0e4f143eadc789c71 (patch) | |
tree | f2cb3f3cede6364eccac971bb73eb7629c169118 | |
parent | change some confusing comands help (diff) | |
download | opensim-SC-7c9615f0002247fa0f950cd0e4f143eadc789c71.zip opensim-SC-7c9615f0002247fa0f950cd0e4f143eadc789c71.tar.gz opensim-SC-7c9615f0002247fa0f950cd0e4f143eadc789c71.tar.bz2 opensim-SC-7c9615f0002247fa0f950cd0e4f143eadc789c71.tar.xz |
fix land parcel group been lost on region upload
-rw-r--r-- | OpenSim/Region/CoreModules/World/Land/LandObject.cs | 2 |
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 | ||