Skip to content

Commit 4d39ad5

Browse files
committed
Fix default custom domain url
1 parent 0bfd6be commit 4d39ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NeedSystem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class BaseConfigs : BasePluginConfig
2424
public bool UseHostname { get; set; } = true;
2525

2626
[JsonPropertyName("CustomDomain")]
27-
public string CustomDomain { get; set; } = "https://crisisgamer.com/redirect/connect.php";
27+
public string CustomDomain { get; set; } = "https://crisisgamer.com/connect";
2828

2929
[JsonPropertyName("MentionRoleID")]
3030
public string MentionRoleID { get; set; } = "";

0 commit comments

Comments
 (0)