don't shutdown robust twice

This commit is contained in:
UbitUmarov
2018-08-26 08:37:30 +01:00
parent 58ba645160
commit 7c60e83f30

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");