diff --git a/libsecondlife-cs/NetworkManager.cs b/libsecondlife-cs/NetworkManager.cs index b475156a..b19e468e 100644 --- a/libsecondlife-cs/NetworkManager.cs +++ b/libsecondlife-cs/NetworkManager.cs @@ -1052,6 +1052,7 @@ namespace libsecondlife String retval = "Pong: "+(Environment.TickCount-simulator.LastPingSent); if (pong.PingID.PingID != (simulator.LastPingID+1)) retval += " (gap of "+(pong.PingID.PingID - simulator.LastPingID+1)+")"; + else simulator.LastLag=Environment.TickCount-simulator.LastPingSent; Client.Log(retval, Helpers.LogLevel.Info); }