1
0
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:
Dean Herbert 2020-12-25 23:34:29 +09:00
parent da8365f9d0
commit 2d7f9bf290

View File

@ -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,
}
}