mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
If the proxy is on, we need to ignore the extra 6 bytes in the packet.
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user