mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
yeackk silly bug on new avaterpickeravaterpicker
This commit is contained in:
@@ -3055,7 +3055,9 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
{
|
||||
UDPPacketBuffer newbuf = m_udpServer.GetNewUDPBuffer(m_udpClient.RemoteEndPoint);
|
||||
byte[] newdata = newbuf.Data;
|
||||
Buffer.BlockCopy(data, 0, newdata, pos, 42);
|
||||
Buffer.BlockCopy(data, 0, newdata, 0, 42);
|
||||
buf = newbuf;
|
||||
data = newdata;
|
||||
pos = 43;
|
||||
}
|
||||
count = 0;
|
||||
|
||||
Reference in New Issue
Block a user