mirror of https://github.com/ppy/osu
I don't know what .ots is but let's not use random file extension that make no sense
This commit is contained in:
parent
8ef3fb26e0
commit
372b6b794c
|
@ -116,7 +116,7 @@ public TestLegacyExporter(Storage storage)
|
|||
|
||||
public string GetExtension() => FileExtension;
|
||||
|
||||
protected override string FileExtension => ".ots";
|
||||
protected override string FileExtension => ".test";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue