[ci skip] chore: Change LDN server URL (it's the same server, just a more official URL)

merge-requests/93/merge
GreemDev 2025-08-27 22:49:51 -05:00
parent 0203065fed
commit 7846f58cad
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ namespace Ryujinx.Common
{
public static class SharedConstants
{
public const string DefaultLanPlayHost = "ryuldn.vudjun.com";
public const string DefaultLanPlayHost = "ldn.ryujinx.app";
public const short LanPlayPort = 30456;
public const string DefaultLanPlayWebHost = "ryuldnweb.vudjun.com";
public const string DefaultLanPlayWebHost = DefaultLanPlayHost;
}
}