diff options
author | UbitUmarov | 2015-09-03 18:39:08 +0100 |
---|---|---|
committer | UbitUmarov | 2015-09-03 18:39:08 +0100 |
commit | cdaed113872f0615a0d2864cc54064a4432054c6 (patch) | |
tree | 246e62dfeffac632cdcd9738a77faebd30b3bd6c /OpenSim/Region/Application | |
parent | seems to compile ( tests comented out) (diff) | |
download | opensim-SC-cdaed113872f0615a0d2864cc54064a4432054c6.zip opensim-SC-cdaed113872f0615a0d2864cc54064a4432054c6.tar.gz opensim-SC-cdaed113872f0615a0d2864cc54064a4432054c6.tar.bz2 opensim-SC-cdaed113872f0615a0d2864cc54064a4432054c6.tar.xz |
at last we can login and see objects ( friends is dead and disable in
scenepresence)
Diffstat (limited to 'OpenSim/Region/Application')
-rw-r--r-- | OpenSim/Region/Application/OpenSimBase.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs index 5cd9045..9108e5d 100644 --- a/OpenSim/Region/Application/OpenSimBase.cs +++ b/OpenSim/Region/Application/OpenSimBase.cs | |||
@@ -281,11 +281,6 @@ namespace OpenSim | |||
281 | // inserted them manually. | 281 | // inserted them manually. |
282 | LoadPlugins(); | 282 | LoadPlugins(); |
283 | 283 | ||
284 | if (m_plugins.Count == 0) // We failed to load any modules. Mono Addins glitch! | ||
285 | { | ||
286 | Environment.Exit(1); | ||
287 | } | ||
288 | |||
289 | foreach (IApplicationPlugin plugin in m_plugins) | 284 | foreach (IApplicationPlugin plugin in m_plugins) |
290 | plugin.PostInitialise(); | 285 | plugin.PostInitialise(); |
291 | 286 | ||