aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/Executor.cs
diff options
context:
space:
mode:
authorTedd Hansen2008-11-27 13:41:26 +0000
committerTedd Hansen2008-11-27 13:41:26 +0000
commit1eeffcd89e5ef30ccfe7bbefc98d362ebfae6a89 (patch)
treef6c4e909aeaa2a6e73b9dae484b1ec51cf0ecf58 /OpenSim/Region/ScriptEngine/Shared/Api/Runtime/Executor.cs
parent* Adds texture download requests to pcampbot to more accurately represent load. (diff)
downloadopensim-SC_OLD-1eeffcd89e5ef30ccfe7bbefc98d362ebfae6a89.zip
opensim-SC_OLD-1eeffcd89e5ef30ccfe7bbefc98d362ebfae6a89.tar.gz
opensim-SC_OLD-1eeffcd89e5ef30ccfe7bbefc98d362ebfae6a89.tar.bz2
opensim-SC_OLD-1eeffcd89e5ef30ccfe7bbefc98d362ebfae6a89.tar.xz
Test commit.. just contains div trace and other stuff.
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Runtime/Executor.cs')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Runtime/Executor.cs7
1 files changed, 2 insertions, 5 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/Executor.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/Executor.cs
index 63ae6c7..d76c7c1 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/Executor.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/Executor.cs
@@ -205,13 +205,10 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
205 // 205 //
206 if ( !(tie.InnerException is EventAbortException) ) 206 if ( !(tie.InnerException is EventAbortException) )
207 { 207 {
208 throw tie; 208 throw;
209 } 209 }
210 } 210 }
211 catch (Exception e) 211
212 {
213 throw e;
214 }
215 } 212 }
216 213
217 protected void initEventFlags() 214 protected void initEventFlags()