This commit is contained in:
love-code-yeyixiao 2024-06-09 16:25:29 +08:00
parent 1a2612c908
commit 1d8aaf940c
1 changed files with 1 additions and 1 deletions

View File

@ -814,7 +814,7 @@ CSandBoxPlus::EBoxTypes CSandBoxPlus::GetTypeImpl() const
return eInsecure;
BOOL isMAX = GetBool("HideNonSystemProcesses") &&
GetBool("HideOtherBoxes") &&
GetBool("HideOtherBoxes",true) &&
GetBool("ClosePrintSpooler") &&
!GetBool("OpenClipboard") &&
GetBool("BlockInterferePower") &&