Fix a small bug in ban list handling

viewer-2-initial-appearance
Melanie 2010-12-13 22:26:44 +01:00
parent 9bd7f3b03a
commit 2a9f095071
1 changed files with 2 additions and 0 deletions

View File

@ -526,6 +526,8 @@ namespace OpenSim.Region.CoreModules.World.Land
// and only packet in a transaction // and only packet in a transaction
if (entries.Count == 1 && entries[0].AgentID == UUID.Zero) if (entries.Count == 1 && entries[0].AgentID == UUID.Zero)
{ {
m_scene.LandChannel.UpdateLandObject(LandData.LocalID, newData);
return; return;
} }
} }