aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Instance
diff options
context:
space:
mode:
authorMelanie Thielker2010-08-06 15:33:22 +0200
committerMelanie Thielker2010-08-06 15:33:22 +0200
commit696c2c429b3240d775053444943dcfc69c1b814a (patch)
tree6371c64d9d3cb37691c342ef6b9c6e04ab284a11 /OpenSim/Region/ScriptEngine/Shared/Instance
parentAllow the trash folder itself to be passed to PurgeFolder (diff)
downloadopensim-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/Shared/Instance')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Instance/ScriptInstance.cs2
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",