* Applied issue#254 - startpingcheck should not be reliable if it's being resent anyway. (Thanks Babblefrog!)
parent
1d5544a23a
commit
5c0f1ff293
|
@ -504,7 +504,9 @@ namespace OpenSim.Region.ClientStack
|
||||||
{
|
{
|
||||||
StartPingCheckPacket pc = new StartPingCheckPacket();
|
StartPingCheckPacket pc = new StartPingCheckPacket();
|
||||||
pc.PingID.PingID = seq;
|
pc.PingID.PingID = seq;
|
||||||
|
pc.Header.Reliable = false;
|
||||||
OutPacket(pc);
|
OutPacket(pc);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void SendKillObject(ulong regionHandle, uint localID)
|
public void SendKillObject(ulong regionHandle, uint localID)
|
||||||
|
|
Loading…
Reference in New Issue