From 0f9db5c9f5a3a6d179cfc9b75b0bdd941ccbf549 Mon Sep 17 00:00:00 2001 From: itismadness Date: Mon, 8 Jul 2019 05:23:10 +0530 Subject: [PATCH] Subtract 20 points if accurate stream could not be found --- src/Logchecker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Logchecker.php b/src/Logchecker.php index 758ba54..8409582 100644 --- a/src/Logchecker.php +++ b/src/Logchecker.php @@ -512,7 +512,7 @@ class Logchecker { 'accurate_stream_eac_pre99' ), $Log, 1, $EAC_ac_stream_pre99); if (!$EAC_ac_stream && !$EAC_ac_stream_pre99 && !$this->NonSecureMode && $EAC) { - $this->account('Could not verify accurate stream'); + $this->account('Could not verify accurate stream', 20); } $Log = preg_replace_callback('/Defeat audio cache( +): (Yes|No)/i', array( $this,