Sync sansei branch #1
@ -232,7 +232,7 @@ class ScoreService(
|
||||
}
|
||||
|
||||
fun getDefaultCondition(): Condition {
|
||||
return SCORES.UR.lessOrEqual(25.0)
|
||||
return SCORES.UR.lessOrEqual(35.0)
|
||||
.and(SCORES.IS_BANNED.eq(false))
|
||||
}
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<div class="main term">
|
||||
<h1><span class="board">/sus/</span> - Suspicious Scores</h1>
|
||||
<div class="alert mb-2">
|
||||
This includes all replays with <25 cvUR. Low values can indicate cheating but always manually review users and
|
||||
This includes all replays with <35 cvUR. Low values can indicate cheating but always manually review users and
|
||||
replays before making judgements.
|
||||
</div>
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
<input class="form-control" type="number" id="maxPP" [(ngModel)]="this.filterManager.filters.maxPP" (input)="filterScores()"
|
||||
[readOnly]="this.isUrlFilters" [disabled]="this.isUrlFilters">
|
||||
</p>
|
||||
|
||||
`
|
||||
<!-- Min cvUR -->
|
||||
<p>
|
||||
<label for="minUR" class="form-label">Min cvUR</label>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user