Fix a small bug in ban list handling
parent
9bd7f3b03a
commit
2a9f095071
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue