diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Application/OpenSimBase.cs | 2 |
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 | ||