1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 09:47:52 +08:00

remove new.ppy.sh from MessageFormatter

This commit is contained in:
Poliwrath 2020-08-26 01:59:53 -04:00
parent c50e495e03
commit 97637bc747

View File

@ -119,7 +119,7 @@ namespace osu.Game.Online.Chat
case "http":
case "https":
// length > 3 since all these links need another argument to work
if (args.Length > 3 && (args[1] == "osu.ppy.sh" || args[1] == "new.ppy.sh"))
if (args.Length > 3 && args[1] == "osu.ppy.sh")
{
switch (args[2])
{