Kaynağa Gözat

Subtract 20 points if accurate stream could not be found

tags/v0.8.4
itismadness 6 yıl önce
ebeveyn
işleme
0f9db5c9f5
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: EC2A9E983E627E47
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      src/Logchecker.php

+ 1
- 1
src/Logchecker.php Dosyayı Görüntüle

@@ -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,


Yükleniyor…
İptal
Kaydet