Update PURCHASE_URL (#3797)

This commit is contained in:
Zkitefly 2025-04-05 21:04:55 +08:00 committed by GitHub
parent 22c8c59b5d
commit a8929560df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -269,5 +269,5 @@ public class YggdrasilService {
.registerTypeAdapterFactory(ValidationTypeAdapterFactory.INSTANCE)
.create();
public static final String PURCHASE_URL = "https://www.microsoft.com/store/productid/9nxp44l49shj";
public static final String PURCHASE_URL = "https://www.xbox.com/games/store/minecraft-java-bedrock-edition-for-pc/9nxp44l49shj";
}