mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
remove new.ppy.sh from MessageFormatter
This commit is contained in:
@ -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])
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user