* Unmoderated the ODE FPS in the sim stats. Decided to do that after Andrew Linden insisted that Havok was running at 45fps internally.

* Set the SimStats packet as unreliable (so we don't require an ack and do resends on it)
This commit is contained in:
Teravus Ovares
2008-01-12 04:12:38 +00:00
parent c2ca98519b
commit cbcba1f026
2 changed files with 4 additions and 3 deletions

View File

@@ -643,6 +643,7 @@ namespace OpenSim.Region.Environment.Scenes
{
if (!agent.IsChildAgent)
{
pack.Header.Reliable = false;
agent.ControllingClient.OutPacket(pack, ThrottleOutPacketType.Task);
}
}