瀏覽代碼

Subtract 20 points if accurate stream could not be found

tags/v0.8.4
itismadness 5 年之前
父節點
當前提交
0f9db5c9f5
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: EC2A9E983E627E47
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/Logchecker.php

+ 1
- 1
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,


Loading…
取消
儲存