Fix a small bug in ban list handling

This commit is contained in:
Melanie
2010-12-13 22:26:44 +01:00
parent 7538926292
commit 6528fc5c64

View File

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