don't shutdown robust twice

0.9.1.0-post-fixes
UbitUmarov 2018-08-26 08:37:30 +01:00
parent 58ba645160
commit 7c60e83f30
1 changed files with 2 additions and 0 deletions

View File

@ -260,6 +260,8 @@ namespace OpenSim.Server.Base
protected override void ShutdownSpecific()
{
if(!m_Running)
return;
m_Running = false;
m_log.Info("[CONSOLE] Quitting");