1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-31 23:02:54 +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 "http":
case "https": case "https":
// length > 3 since all these links need another argument to work // 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]) switch (args[2])
{ {