Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork

avinationmerge
ubit 2012-06-22 19:05:03 +02:00
commit de26ea4643
1 changed files with 3 additions and 0 deletions

View File

@ -717,7 +717,10 @@ namespace OpenSim.Region.ClientStack.LindenUDP
udpClient = ((LLClientView)client).UDPClient; udpClient = ((LLClientView)client).UDPClient;
if (!udpClient.IsConnected) if (!udpClient.IsConnected)
{
m_log.Debug("[LLUDPSERVER]: Received a " + packet.Type + " packet for a unConnected client in " + m_scene.RegionInfo.RegionName);
return; return;
}
#endregion Packet to Client Mapping #endregion Packet to Client Mapping