Skip to content

Commit 4b4b59f

Browse files
committed
change domain to fix updatechecker failing
1 parent 59651b0 commit 4b4b59f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/main/java/tk/bluetree242/advancedplhide/PlatformPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public String getBuildDate() {
108108

109109
public UpdateCheckResult updateCheck() {
110110
try {
111-
HttpRequest req = HttpRequest.post("https://advancedplhide.ml/updatecheck");
111+
HttpRequest req = HttpRequest.post("https://advancedplhide.bluetree242.ml/updatecheck");
112112
req.part("version", getCurrentVersion());
113113
req.part("buildNumber", getCurrentBuild());
114114
req.part("buildDate", getBuildDate());

0 commit comments

Comments
 (0)