diff options
author | Melanie | 2010-12-13 22:26:44 +0100 |
---|---|---|
committer | Melanie | 2010-12-13 22:14:34 +0000 |
commit | 2a9f0950710a84412e6276e5cc73c6245f838a36 (patch) | |
tree | 7d554cb1e950c50fe645ffea07b27228f82be64a /OpenSim/Region | |
parent | Revamp the viewer -> banlist packet processing so fix a number of bugs. (diff) | |
download | opensim-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')
-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 | } |