diff options
-rw-r--r-- | OpenSim.RegionServer/world/World.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim.RegionServer/world/World.cs b/OpenSim.RegionServer/world/World.cs index 721497a..ead429f 100644 --- a/OpenSim.RegionServer/world/World.cs +++ b/OpenSim.RegionServer/world/World.cs | |||
@@ -243,6 +243,7 @@ namespace OpenSim.world | |||
243 | catch (Exception e) | 243 | catch (Exception e) |
244 | { | 244 | { |
245 | OpenSim.Framework.Console.MainConsole.Instance.WriteLine("World.cs: LoadStorageDLL() - Failed with exception " + e.ToString()); | 245 | OpenSim.Framework.Console.MainConsole.Instance.WriteLine("World.cs: LoadStorageDLL() - Failed with exception " + e.ToString()); |
246 | return false; | ||
246 | } | 247 | } |
247 | } | 248 | } |
248 | 249 | ||