Fix a small bug in ban list handling
parent
7538926292
commit
6528fc5c64
|
@ -561,6 +561,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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue