TEST DANGER InformClientOfNeighbourAsync do nothing unless a newagent

avinationmerge
UbitUmarov 2014-08-17 07:32:24 +01:00
parent 8d11b96cd9
commit d3b3822006
1 changed files with 2 additions and 0 deletions

View File

@ -2091,6 +2091,8 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
IPEndPoint endPoint, bool newAgent)
{
Scene scene = sp.Scene;
if (!newAgent)
return;
m_log.DebugFormat(
"[ENTITY TRANSFER MODULE]: Informing {0} {1} about neighbour {2} {3} at ({4},{5})",