Fix a small bug in ban list handling

avinationmerge
Melanie 2010-12-13 22:26:44 +01:00
parent 7538926292
commit 6528fc5c64
1 changed files with 2 additions and 0 deletions

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;
}
}