mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
first step removing MegaRegions: refuse to run. Thanks to all that made MegaRegions possible, they where a important OpenSim feature, but can no longer be mantained
This commit is contained in:
@@ -157,7 +157,16 @@ namespace OpenSim.Framework.Servers
|
||||
"[STARTUP]: Operating system version: {0}, .NET platform {1}, {2}-bit\n",
|
||||
Environment.OSVersion, Environment.OSVersion.Platform, Util.Is64BitProcess() ? "64" : "32");
|
||||
|
||||
StartupSpecific();
|
||||
try
|
||||
{
|
||||
StartupSpecific();
|
||||
}
|
||||
catch(Exception e)
|
||||
{
|
||||
m_log.FatalFormat("Fatal error: {0}",
|
||||
(e.Message == null || e.Message == String.Empty) ? "Unknown reason":e.Message );
|
||||
Environment.Exit(1);
|
||||
}
|
||||
|
||||
TimeSpan timeTaken = DateTime.Now - m_startuptime;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user