mirror of
https://github.com/opensim/opensim.git
synced 2026-07-05 11:37:48 +08:00
* Applied issue#254 - startpingcheck should not be reliable if it's being resent anyway. (Thanks Babblefrog!)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user