mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 18:55:39 +08:00
don't shutdown robust twice
This commit is contained in:
@@ -260,6 +260,8 @@ namespace OpenSim.Server.Base
|
||||
|
||||
protected override void ShutdownSpecific()
|
||||
{
|
||||
if(!m_Running)
|
||||
return;
|
||||
m_Running = false;
|
||||
m_log.Info("[CONSOLE] Quitting");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user