mirror of
https://github.com/opensim/opensim.git
synced 2026-07-15 12:05:49 +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;
|
||||
|
||||
int packetEnd = numBytes - 1;
|
||||
if (proxyPortOffset != 0) packetEnd -= 6;
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user