mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
at last we can login and see objects ( friends is dead and disable in
scenepresence)
This commit is contained in:
@@ -502,7 +502,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
sb[22].StatID = (uint)Stats.SimSleepMs;
|
||||
sb[22].StatValue = sleeptime;
|
||||
|
||||
for (int i = 0; i < m_statisticArraySize; i++)
|
||||
for (int i = 0; i < 23; i++)
|
||||
{
|
||||
lastReportedSimStats[i] = sb[i].StatValue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user