* Applied issue#254 - startpingcheck should not be reliable if it's being resent anyway. (Thanks Babblefrog!)

This commit is contained in:
Adam Frisby
2007-08-01 20:17:19 +00:00
parent 1d5544a23a
commit 5c0f1ff293

View File

@@ -504,9 +504,11 @@ namespace OpenSim.Region.ClientStack
{
StartPingCheckPacket pc = new StartPingCheckPacket();
pc.PingID.PingID = seq;
pc.Header.Reliable = false;
OutPacket(pc);
}
public void SendKillObject(ulong regionHandle, uint localID)
{
KillObjectPacket kill = new KillObjectPacket();