}
// Raise the SimConnected event
if (OnSimConnected != null)
{
OnSimConnected.raiseEvent(new SimConnectedEventArgs(simulator));
}
// If enabled, send an AgentThrottle packet to the server to increase our bandwidth
if (client.settings.SEND_AGENT_THROTTLE)
{