diff options
Diffstat (limited to 'OpenSim/Region/Application/OpenSimBase.cs')
-rw-r--r-- | OpenSim/Region/Application/OpenSimBase.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs index 00b080c..92e8ed1 100644 --- a/OpenSim/Region/Application/OpenSimBase.cs +++ b/OpenSim/Region/Application/OpenSimBase.cs | |||
@@ -411,6 +411,8 @@ namespace OpenSim | |||
411 | 411 | ||
412 | scene.StartTimer(); | 412 | scene.StartTimer(); |
413 | 413 | ||
414 | scene.StartScripts(); | ||
415 | |||
414 | return clientServer; | 416 | return clientServer; |
415 | } | 417 | } |
416 | 418 | ||