mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +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"
|
Font = @"Exo2.0-Light"
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Max = null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user