cancel forced env on make child agent
parent
5b56a09cb2
commit
bcacd2ff21
|
@ -32,6 +32,7 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||||
{
|
{
|
||||||
public interface IEnvironmentModule
|
public interface IEnvironmentModule
|
||||||
{
|
{
|
||||||
|
void StoreOnRegion(ViewerEnvironment VEnv);
|
||||||
void ResetEnvironmentSettings(UUID regionUUID);
|
void ResetEnvironmentSettings(UUID regionUUID);
|
||||||
void FromLightShare(RegionLightShareData wl);
|
void FromLightShare(RegionLightShareData wl);
|
||||||
RegionLightShareData ToLightShare();
|
RegionLightShareData ToLightShare();
|
||||||
|
|
|
@ -1709,6 +1709,8 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
else
|
else
|
||||||
Animator.ResetAnimations();
|
Animator.ResetAnimations();
|
||||||
|
|
||||||
|
Environment = null;
|
||||||
|
|
||||||
|
|
||||||
// m_log.DebugFormat(
|
// m_log.DebugFormat(
|
||||||
// "[SCENE PRESENCE]: Downgrading root agent {0}, {1} to a child agent in {2}",
|
// "[SCENE PRESENCE]: Downgrading root agent {0}, {1} to a child agent in {2}",
|
||||||
|
|
Loading…
Reference in New Issue