mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Remove unnecessary manager parameter
Confused why I added this in the first place..
This commit is contained in:
@ -13,8 +13,8 @@ namespace osu.Game.Database
|
||||
{
|
||||
protected override string FileExtension => ".osr";
|
||||
|
||||
public LegacyScoreExporter(Storage storage, IModelManager<ScoreInfo> manager)
|
||||
: base(storage, manager)
|
||||
public LegacyScoreExporter(Storage storage)
|
||||
: base(storage)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user