Update master server

This commit is contained in:
oldnapalm
2023-07-14 09:36:49 -03:00
parent 3f3b5fd2d0
commit ed145aedd6
2 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ namespace RageCoop.Client
/// <summary> /// <summary>
/// Don't use it! /// Don't use it!
/// </summary> /// </summary>
public string MasterServer { get; set; } = "https://masterserver.ragecoop.online/"; public string MasterServer { get; set; } = "https://masterserver.ragecoop.com/";
/// <summary> /// <summary>
/// Don't use it! /// Don't use it!
/// </summary> /// </summary>

View File

@ -28,7 +28,7 @@
/// <summary> /// <summary>
/// The website address to be shown on master server /// The website address to be shown on master server
/// </summary> /// </summary>
public string Website { get; set; } = "https://ragecoop.online/"; public string Website { get; set; } = "https://ragecoop.com/";
/// <summary> /// <summary>
/// The description to be shown on master server /// The description to be shown on master server
@ -58,7 +58,7 @@
/// <summary> /// <summary>
/// Master server address, mostly doesn't need to be changed. /// Master server address, mostly doesn't need to be changed.
/// </summary> /// </summary>
public string MasterServer { get; set; } = "https://masterserver.ragecoop.online/"; public string MasterServer { get; set; } = "https://masterserver.ragecoop.com/";
/// <summary> /// <summary>
/// See <see cref="Core.Logger.LogLevel"/>. /// See <see cref="Core.Logger.LogLevel"/>.