aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-09-19 20:02:19 +0000
committerJustin Clarke Casey2008-09-19 20:02:19 +0000
commite518fe5d346427e5134efdd191ecc9d61acafe08 (patch)
tree9e1281d3a8d5c4279bd5a0dc150b9d5498705cec /OpenSim/Region/Application
parentadd a region settings test (diff)
downloadopensim-SC_OLD-e518fe5d346427e5134efdd191ecc9d61acafe08.zip
opensim-SC_OLD-e518fe5d346427e5134efdd191ecc9d61acafe08.tar.gz
opensim-SC_OLD-e518fe5d346427e5134efdd191ecc9d61acafe08.tar.bz2
opensim-SC_OLD-e518fe5d346427e5134efdd191ecc9d61acafe08.tar.xz
* Enables logins to regions on a grid once they have finished starting up (this does not include script startup).
Diffstat (limited to 'OpenSim/Region/Application')
-rw-r--r--OpenSim/Region/Application/OpenSimBase.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs
index d4fa314..8eea56f 100644
--- a/OpenSim/Region/Application/OpenSimBase.cs
+++ b/OpenSim/Region/Application/OpenSimBase.cs
@@ -425,7 +425,7 @@ namespace OpenSim
425 425
426 LoadPlugins(); 426 LoadPlugins();
427 427
428 // Only enable logins to the regions once we have completely finished starting up 428 // Only enable logins to the regions once we have completely finished starting up (apart from scripts)
429 m_commsManager.GridService.RegionLoginsEnabled = true; 429 m_commsManager.GridService.RegionLoginsEnabled = true;
430 } 430 }
431 431