mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
* 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:
@@ -643,6 +643,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
{
|
||||
if (!agent.IsChildAgent)
|
||||
{
|
||||
pack.Header.Reliable = false;
|
||||
agent.ControllingClient.OutPacket(pack, ThrottleOutPacketType.Task);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user