Merge branch 'master' of opensimulator.org:/var/git/opensim
commit
244f7e6280
|
@ -1290,7 +1290,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
}
|
}
|
||||||
|
|
||||||
IsChildAgent = false;
|
IsChildAgent = false;
|
||||||
GodController.SyncViewerState();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
m_log.DebugFormat("[MakeRootAgent] out lock: {0}ms", Util.EnvironmentTickCountSubtract(ts));
|
m_log.DebugFormat("[MakeRootAgent] out lock: {0}ms", Util.EnvironmentTickCountSubtract(ts));
|
||||||
|
@ -2122,6 +2122,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!IsChildAgent && !isNPC)
|
if(!IsChildAgent && !isNPC)
|
||||||
|
GodController.SyncViewerState();
|
||||||
|
|
||||||
// start sending terrain patchs
|
// start sending terrain patchs
|
||||||
if (!gotCrossUpdate && !isNPC)
|
if (!gotCrossUpdate && !isNPC)
|
||||||
|
|
Loading…
Reference in New Issue