Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork
commit
de26ea4643
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue