diff options
-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 | ||