mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Fix potential crash in tests when attempting to lookup key bindings in cases the lookup is not available
This commit is contained in:
@ -14,6 +14,8 @@ namespace osu.Game.Configuration
|
||||
public DevelopmentOsuConfigManager(Storage storage)
|
||||
: base(storage)
|
||||
{
|
||||
LookupKeyBindings = _ => "unknown";
|
||||
LookupSkinName = _ => "unknown";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user