remove /j

This commit is contained in:
Max Hübner 2019-08-08 08:56:52 +02:00
parent ffb6794b4e
commit bcd443a3aa

View File

@ -213,7 +213,6 @@ namespace osu.Game.Online.Chat
PostMessage(content, true); PostMessage(content, true);
break; break;
case "j":
case "join": case "join":
if (string.IsNullOrWhiteSpace(content)) if (string.IsNullOrWhiteSpace(content))
{ {