mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
remove new.ppy.sh from MessageFormatter
This commit is contained in:
parent
c50e495e03
commit
97637bc747
@ -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])
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user