mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 11:52:56 +08:00
Remove unsupported file format
This commit is contained in:
parent
561b0928bb
commit
d1f68abab9
@ -25,7 +25,6 @@ namespace osu.Game.Beatmaps.Formats
|
||||
AddDecoder<OsuLegacyDecoder>(@"osu file format v12");
|
||||
AddDecoder<OsuLegacyDecoder>(@"osu file format v11");
|
||||
AddDecoder<OsuLegacyDecoder>(@"osu file format v10");
|
||||
AddDecoder<OsuLegacyDecoder>(@"osu file format v9");
|
||||
// TODO: Not sure how far back to go, or differences between versions
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user