mirror of
https://github.com/zkldi/Tachi.git
synced 2026-09-22 23:18:05 +03:00
make ongeki scoreRating/nRR default (#1623)
This commit is contained in:
@@ -205,9 +205,9 @@ export const GAME_ONGEKI_CONF = {
|
||||
},
|
||||
},
|
||||
|
||||
defaultScoreRatingAlg: "rating",
|
||||
defaultSessionRatingAlg: "naiveRating",
|
||||
defaultProfileRatingAlg: "naiveRating",
|
||||
defaultScoreRatingAlg: "scoreRating",
|
||||
defaultSessionRatingAlg: "naiveScoreRating",
|
||||
defaultProfileRatingAlg: "naiveRatingRefresh",
|
||||
|
||||
difficulties: {
|
||||
type: "FIXED",
|
||||
|
||||
Reference in New Issue
Block a user