Update SandMan.cpp

This commit is contained in:
DavidXanatos 2023-10-22 18:39:46 +02:00
parent 365fb95b02
commit 8873474344
1 changed files with 1 additions and 1 deletions

View File

@ -3199,7 +3199,7 @@ SB_RESULT(void*) CSandMan::StopSbie(bool andRemove)
SB_RESULT(void*) Status;
if (theAPI->IsConnected()) {
Status = theAPI->TerminateAll();
Status = theAPI->TerminateAll(true);
theAPI->Disconnect();
}
if (!Status.IsError()) {