mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 12:53:11 +08:00
Revert RoomCategory naming change to avoid json deserialization failures
This commit is contained in:
parent
da8365f9d0
commit
2d7f9bf290
@ -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,
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user