mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Revert RoomCategory naming change to avoid json deserialization failures
This commit is contained in:
@ -5,8 +5,9 @@ namespace osu.Game.Online.Rooms
|
||||
{
|
||||
public enum RoomCategory
|
||||
{
|
||||
// used for osu-web deserialization so names shouldn't be changed.
|
||||
Normal,
|
||||
Spotlight,
|
||||
Multiplayer,
|
||||
Realtime,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user