mirror of
https://github.com/ppy/osu
synced 2025-01-23 14:22:51 +00: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>
|
/// </summary>
|
||||||
public class BeatmapImporter : RealmArchiveModelImporter<BeatmapSetInfo>
|
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" };
|
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