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:
parent
c50e495e03
commit
97637bc747
@ -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])
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user