mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Add missing "announce" channel type
Of note, this doesn't mean the channels will display, but it does fix parsing errors which cause the whole chat display to fail.
This commit is contained in:
@ -13,5 +13,6 @@ namespace osu.Game.Online.Chat
|
||||
PM,
|
||||
Group,
|
||||
System,
|
||||
Announce,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user