diff options
Diffstat (limited to 'OpenSim/Region')
-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 8483e32..f4ebbf0 100644 --- a/OpenSim/Region/CoreModules/World/Land/LandObject.cs +++ b/OpenSim/Region/CoreModules/World/Land/LandObject.cs | |||
@@ -561,6 +561,8 @@ namespace OpenSim.Region.CoreModules.World.Land | |||
561 | // and only packet in a transaction | 561 | // and only packet in a transaction |
562 | if (entries.Count == 1 && entries[0].AgentID == UUID.Zero) | 562 | if (entries.Count == 1 && entries[0].AgentID == UUID.Zero) |
563 | { | 563 | { |
564 | m_scene.LandChannel.UpdateLandObject(LandData.LocalID, newData); | ||
565 | |||
564 | return; | 566 | return; |
565 | } | 567 | } |
566 | } | 568 | } |