don't shutdown robust twice
parent
58ba645160
commit
7c60e83f30
|
@ -260,6 +260,8 @@ namespace OpenSim.Server.Base
|
|||
|
||||
protected override void ShutdownSpecific()
|
||||
{
|
||||
if(!m_Running)
|
||||
return;
|
||||
m_Running = false;
|
||||
m_log.Info("[CONSOLE] Quitting");
|
||||
|
||||
|
|
Loading…
Reference in New Issue