mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Remvoe ctor argument and fallback to storage-based TeamList if no custom list has been provided.
This commit is contained in:
@ -105,7 +105,7 @@ namespace osu.Game.Screens.Menu
|
||||
{
|
||||
if (!args.Repeat && state.Keyboard.ControlPressed && state.Keyboard.ShiftPressed && args.Key == Key.D)
|
||||
{
|
||||
Push(new Drawings(new FileTeamList(Game.Host.Storage)));
|
||||
Push(new Drawings());
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user