소스 검색

Subtract 20 points if accurate stream could not be found

tags/v0.8.4
itismadness 5 년 전
부모
커밋
0f9db5c9f5
No known key found for this signature in database 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,


불러오는 중...
취소
저장