mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Combine and attempt to simplify the score import / preparation process further
This commit is contained in:
@ -39,6 +39,9 @@ namespace osu.Game.Rulesets.UI
|
||||
{
|
||||
set
|
||||
{
|
||||
if (value == recorder)
|
||||
return;
|
||||
|
||||
if (value != null && recorder != null)
|
||||
throw new InvalidOperationException("Cannot attach more than one recorder");
|
||||
|
||||
|
Reference in New Issue
Block a user