Skip to content

Commit 6c6ec9d

Browse files
committed
We have id 80, not 20 in osu
1 parent b5bc608 commit 6c6ec9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
bUEs = {
44
"10": "Doof",
5-
"20": "Candace",
5+
"80": "Candace",
66
"30": "Major",
77
"40": "Buford",
88
"50": "Carl",
@@ -11,7 +11,7 @@
1111

1212
bUEs_inverted = {
1313
"Doof": "10",
14-
"Candace": "20",
14+
"Candace": "80",
1515
"Major": "30",
1616
"Buford": "40",
1717
"Carl": "50",

0 commit comments

Comments
 (0)