Only touch CI.
This commit is contained in:
parent
c6d4836737
commit
d49a0f579c
|
@ -2284,7 +2284,7 @@ void CSandMan::OnBoxClosed(const CSandBoxPtr& pBox)
|
|||
}
|
||||
}
|
||||
if (pBox->GetBool("LockWhenClose", false)) {
|
||||
if (!pBox->GetMountRoot().isEmpty()) {
|
||||
if (!pBox->GetMountRoot().isEmpty()){
|
||||
pBox->TerminateAll();
|
||||
pBox->ImBoxUnmount();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue