aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Land/LandObject.cs
diff options
context:
space:
mode:
authorMelanie2010-12-13 22:26:44 +0100
committerMelanie2010-12-13 22:14:34 +0000
commit2a9f0950710a84412e6276e5cc73c6245f838a36 (patch)
tree7d554cb1e950c50fe645ffea07b27228f82be64a /OpenSim/Region/CoreModules/World/Land/LandObject.cs
parentRevamp the viewer -> banlist packet processing so fix a number of bugs. (diff)
downloadopensim-SC_OLD-2a9f0950710a84412e6276e5cc73c6245f838a36.zip
opensim-SC_OLD-2a9f0950710a84412e6276e5cc73c6245f838a36.tar.gz
opensim-SC_OLD-2a9f0950710a84412e6276e5cc73c6245f838a36.tar.bz2
opensim-SC_OLD-2a9f0950710a84412e6276e5cc73c6245f838a36.tar.xz
Fix a small bug in ban list handling
Diffstat (limited to 'OpenSim/Region/CoreModules/World/Land/LandObject.cs')
-rw-r--r--OpenSim/Region/CoreModules/World/Land/LandObject.cs2
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 }