mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 20:22:55 +08:00
change .osz2 to .olz (osu lazer zip)
This commit is contained in:
parent
465cc759f0
commit
3052c317e1
@ -29,7 +29,7 @@ namespace osu.Game.Beatmaps
|
||||
/// </summary>
|
||||
public class BeatmapImporter : RealmArchiveModelImporter<BeatmapSetInfo>
|
||||
{
|
||||
public override IEnumerable<string> HandledExtensions => new[] { ".osz", ".osz2" };
|
||||
public override IEnumerable<string> HandledExtensions => new[] { ".osz", ".olz" };
|
||||
|
||||
protected override string[] HashableFileTypes => new[] { ".osu" };
|
||||
|
||||
|
@ -17,6 +17,6 @@ namespace osu.Game.Database
|
||||
{
|
||||
}
|
||||
|
||||
protected override string FileExtension => @".osz2";
|
||||
protected override string FileExtension => @".olz";
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user