[ci skip] chore: Change LDN server URL (it's the same server, just a more official URL)
This commit is contained in:
parent
0203065fed
commit
7846f58cad
1 changed files with 2 additions and 2 deletions
|
|
@ -2,8 +2,8 @@ namespace Ryujinx.Common
|
||||||
{
|
{
|
||||||
public static class SharedConstants
|
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 short LanPlayPort = 30456;
|
||||||
public const string DefaultLanPlayWebHost = "ryuldnweb.vudjun.com";
|
public const string DefaultLanPlayWebHost = DefaultLanPlayHost;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue