diff options
author | Oren Hurvitz | 2011-09-05 12:45:02 +0300 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-09-09 23:01:05 +0100 |
commit | 1dd904b78e723af8cb4340415a8f41dcd1054541 (patch) | |
tree | da8d4addb498e4207bd7c4e17b836e8759673107 /OpenSim/Region/Application/OpenSimBase.cs | |
parent | Added a check to the CreateRegion method of the RemoteAdmin module that the s... (diff) | |
download | opensim-SC_OLD-1dd904b78e723af8cb4340415a8f41dcd1054541.zip opensim-SC_OLD-1dd904b78e723af8cb4340415a8f41dcd1054541.tar.gz opensim-SC_OLD-1dd904b78e723af8cb4340415a8f41dcd1054541.tar.bz2 opensim-SC_OLD-1dd904b78e723af8cb4340415a8f41dcd1054541.tar.xz |
Delay loading scripts until the scene has finished loading
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 | ||