mirror of
https://github.com/whitechi73/OpenShamrock.git
synced 2024-08-14 13:12:17 +08:00
Shamrock
: スーパーアンチチェックのオフを許可
This commit is contained in:
parent
2a75160ef8
commit
7d8772ebf6
@ -56,8 +56,7 @@ class AntiDetection: IAction {
|
||||
val pref = XSharedPreferences("moe.fuqiuluo.shamrock", "shared_config")
|
||||
if (pref.file.canRead()) {
|
||||
if (pref.getBoolean("super_anti", false)) {
|
||||
antiNativeDetections()
|
||||
LogCenter.log("[Shamrock] Shamrock反检测启动成功", Level.INFO)
|
||||
LogCenter.log("[Shamrock] Shamrock反检测启动成功: ${antiNativeDetections()}", Level.INFO)
|
||||
}
|
||||
} else {
|
||||
LogCenter.log("[Shamrock] unable to load XSharedPreferences", Level.WARN)
|
||||
|
Loading…
x
Reference in New Issue
Block a user