diff options
Diffstat (limited to '')
-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 dbfd0f2..dd0ea67 100644 --- a/OpenSim/Region/Application/OpenSimBase.cs +++ b/OpenSim/Region/Application/OpenSimBase.cs | |||
@@ -489,6 +489,8 @@ namespace OpenSim | |||
489 | scene.StartTimer(); | 489 | scene.StartTimer(); |
490 | scene.StartTimerWatchdog(); | 490 | scene.StartTimerWatchdog(); |
491 | 491 | ||
492 | scene.StartScripts(); | ||
493 | |||
492 | return clientServer; | 494 | return clientServer; |
493 | } | 495 | } |
494 | 496 | ||