mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Comment out log message about sending periodic appearance updates.
This commit is contained in:
@@ -1305,8 +1305,8 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
|
||||
if (SendPeriodicAppearanceUpdates && MaintenanceRun % 60 == 0)
|
||||
{
|
||||
m_log.DebugFormat("[SCENE]: Sending periodic appearance updates");
|
||||
|
||||
// m_log.DebugFormat("[SCENE]: Sending periodic appearance updates");
|
||||
|
||||
if (AvatarFactory != null)
|
||||
{
|
||||
ForEachRootScenePresence(sp => AvatarFactory.SendAppearance(sp.UUID));
|
||||
|
||||
Reference in New Issue
Block a user