mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-05-24 01:00:49 +00:00
Enums being dumb :D
This commit is contained in:
parent
5d69a434c0
commit
147976f2cc
1 changed files with 2 additions and 2 deletions
|
@ -313,8 +313,8 @@ impl Mode {
|
||||||
Some(match s {
|
Some(match s {
|
||||||
"osu!" => Mode::Std,
|
"osu!" => Mode::Std,
|
||||||
"osu!taiko" => Mode::Taiko,
|
"osu!taiko" => Mode::Taiko,
|
||||||
"osu!mania" => Mode::Catch,
|
"osu!mania" => Mode::Mania,
|
||||||
"osu!catch" => Mode::Mania,
|
"osu!catch" => Mode::Catch,
|
||||||
_ => return None,
|
_ => return None,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue