mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Default Max to null in ParticipantCount.
This commit is contained in:
@ -62,6 +62,8 @@ namespace osu.Game.Screens.Multi.Components
|
||||
Font = @"Exo2.0-Light"
|
||||
},
|
||||
};
|
||||
|
||||
Max = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user