| r186 vs r187 | ||
|---|---|---|
| ... | ... | |
| 484 | 484 | // 애플리케이션 종료 시 디버거 체크가 활성화된 경우 에러 방지 |
| 485 | 485 | if (SecureManager.Instance != null && SecureManager.Instance.EnableAntiDebugChecks) |
| 486 | 486 | { |
| 487 | SecureManager.Instance.EnableAntiDebugChecks = false; | |
| 487 | 488 | Debug.Log("SecureManager: Anti-Debug Checks가 활성화되어 있습니다."); |
| 488 | 489 | } |
| 489 | 490 | } |
| ... | ... |