diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/CoreModules/World/Land/LandObject.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/World/Land/LandObject.cs b/OpenSim/Region/CoreModules/World/Land/LandObject.cs index 801d3a4..3e41c55 100644 --- a/OpenSim/Region/CoreModules/World/Land/LandObject.cs +++ b/OpenSim/Region/CoreModules/World/Land/LandObject.cs | |||
@@ -526,6 +526,8 @@ namespace OpenSim.Region.CoreModules.World.Land | |||
526 | // and only packet in a transaction | 526 | // and only packet in a transaction |
527 | if (entries.Count == 1 && entries[0].AgentID == UUID.Zero) | 527 | if (entries.Count == 1 && entries[0].AgentID == UUID.Zero) |
528 | { | 528 | { |
529 | m_scene.LandChannel.UpdateLandObject(LandData.LocalID, newData); | ||
530 | |||
529 | return; | 531 | return; |
530 | } | 532 | } |
531 | } | 533 | } |