diff options
author | Melanie Thielker | 2010-08-06 15:33:22 +0200 |
---|---|---|
committer | Melanie Thielker | 2010-08-06 15:33:22 +0200 |
commit | 696c2c429b3240d775053444943dcfc69c1b814a (patch) | |
tree | 6371c64d9d3cb37691c342ef6b9c6e04ab284a11 /OpenSim/Region/ScriptEngine | |
parent | Allow the trash folder itself to be passed to PurgeFolder (diff) | |
download | opensim-SC_OLD-696c2c429b3240d775053444943dcfc69c1b814a.zip opensim-SC_OLD-696c2c429b3240d775053444943dcfc69c1b814a.tar.gz opensim-SC_OLD-696c2c429b3240d775053444943dcfc69c1b814a.tar.bz2 opensim-SC_OLD-696c2c429b3240d775053444943dcfc69c1b814a.tar.xz |
Change XEngine to use the new constant
Diffstat (limited to 'OpenSim/Region/ScriptEngine')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Instance/ScriptInstance.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Instance/ScriptInstance.cs b/OpenSim/Region/ScriptEngine/Shared/Instance/ScriptInstance.cs index dcbe0c4..b4da246 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Instance/ScriptInstance.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Instance/ScriptInstance.cs | |||
@@ -388,7 +388,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Instance | |||
388 | PostEvent(new EventParams("attach", | 388 | PostEvent(new EventParams("attach", |
389 | new object[] { new LSL_Types.LSLString(m_AttachedAvatar.ToString()) }, new DetectParams[0])); | 389 | new object[] { new LSL_Types.LSLString(m_AttachedAvatar.ToString()) }, new DetectParams[0])); |
390 | } | 390 | } |
391 | else if (m_stateSource == StateSource.NewRez) | 391 | else if (m_stateSource == StateSource.RegionStart) |
392 | { | 392 | { |
393 | // m_log.Debug("[Script] Posted changed(CHANGED_REGION_RESTART) to script"); | 393 | // m_log.Debug("[Script] Posted changed(CHANGED_REGION_RESTART) to script"); |
394 | PostEvent(new EventParams("changed", | 394 | PostEvent(new EventParams("changed", |