If the proxy is on, we need to ignore the extra 6 bytes in the packet.
parent
89570e1637
commit
32b9975468
|
@ -199,6 +199,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||||
RecvBuffer[z] = 0;
|
RecvBuffer[z] = 0;
|
||||||
|
|
||||||
int packetEnd = numBytes - 1;
|
int packetEnd = numBytes - 1;
|
||||||
|
if (proxyPortOffset != 0) packetEnd -= 6;
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue