mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
*Missed condition, thanks Zor :)
--HG-- branch : trunk
This commit is contained in:
@@ -339,7 +339,8 @@ void OnSignal(int s)
|
||||
break;
|
||||
#ifdef _WIN32
|
||||
case SIGBREAK:
|
||||
stopEvent = true;
|
||||
if (m_ServiceStatus != 1)
|
||||
stopEvent = true;
|
||||
break;
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user