aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/DotNetEngine/ScriptEngine.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/ScriptEngine/DotNetEngine/ScriptEngine.cs')
-rw-r--r--OpenSim/Region/ScriptEngine/DotNetEngine/ScriptEngine.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine/ScriptEngine.cs b/OpenSim/Region/ScriptEngine/DotNetEngine/ScriptEngine.cs
index 8f90483..4a09cf3 100644
--- a/OpenSim/Region/ScriptEngine/DotNetEngine/ScriptEngine.cs
+++ b/OpenSim/Region/ScriptEngine/DotNetEngine/ScriptEngine.cs
@@ -60,6 +60,7 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine
60 60
61 // Should we iterate the region for scripts that needs starting? 61 // Should we iterate the region for scripts that needs starting?
62 // Or can we assume we are loaded before anything else so we can use proper events? 62 // Or can we assume we are loaded before anything else so we can use proper events?
63
63 } 64 }
64 public void Shutdown() 65 public void Shutdown()
65 { 66 {