zircon^2
parent
df6ec3ba6c
commit
e0b724e9aa
|
@ -60,6 +60,7 @@ namespace OpenSim.Servers
|
|||
}
|
||||
else if (packet.Type == PacketType.TemplateChecksumReply)
|
||||
{
|
||||
//echo back the client checksum reply (Hegemon's method)
|
||||
TemplateChecksumReplyPacket checksum = (TemplateChecksumReplyPacket)packet;
|
||||
TemplateChecksumReplyPacket checkreply2 = new TemplateChecksumReplyPacket();
|
||||
checkreply2.DataBlock.Checksum = checksum.DataBlock.Checksum;
|
||||
|
|
Loading…
Reference in New Issue