mirror of
https://github.com/ppy/osu
synced 2025-03-21 02:17:48 +00:00
Fix formatting
This commit is contained in:
parent
74ed3bc4ff
commit
0726ccb988
@ -13,8 +13,7 @@ namespace osu.Game.Online.Multiplayer
|
|||||||
public const string MESSAGE = "User cannot be invited because they have disabled private messages.";
|
public const string MESSAGE = "User cannot be invited because they have disabled private messages.";
|
||||||
|
|
||||||
public UserBlocksPMsException()
|
public UserBlocksPMsException()
|
||||||
:
|
: base(MESSAGE)
|
||||||
base(MESSAGE)
|
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user