1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 17:35:10 +08:00
This commit is contained in:
Berkan Diler 2022-12-26 20:38:35 +01:00
parent c7ca4bbba5
commit fcbb21c75e

View File

@ -218,7 +218,7 @@ namespace osu.Game.Beatmaps.Formats
break;
case @"Countdown":
beatmap.BeatmapInfo.Countdown = Enum.Parse<CountdownType>(tpair.Value);
beatmap.BeatmapInfo.Countdown = Enum.Parse<CountdownType>(pair.Value);
break;
case @"CountdownOffset":