mirror of
https://github.com/whitechi73/OpenShamrock.git
synced 2024-08-14 05:12:17 +00:00
Shamrock
: スーパーアンチチェックのオフを許可
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user