Skip to content

Commit

Permalink
untested, updated the script
Browse files Browse the repository at this point in the history
  • Loading branch information
19MisterX98 committed Jan 30, 2024
1 parent 6b7f3ea commit 53e596f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/kaptainwutax/seedcrackerX/util/Database.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public static void handleDatabaseCall(Long seed) {

HttpRequest request = HttpRequest.newBuilder()
.POST(HttpRequest.BodyPublishers.ofString(HttpAuthenticationService.buildQuery(data)))
.uri(URI.create("https://script.google.com/macros/s/AKfycbzU-o8IUaKMQ-MOJEqD8hFGTAC7E15l4uiVqkQsOWxGXgh_HVny6x_TSDVKR8V2wmm9Aw/exec"))
.uri(URI.create("https://script.google.com/macros/s/AKfycbye87L-fEYq2EkgczvhKb_kGecp5wL1oX95vg45TRSwNvpv7K-53zoInGTeI1FZ0kv7DA/exec"))
.setHeader("User-Agent", "SeedcrackerX mod")
.header("Content-Type", "application/x-www-form-urlencoded")
.build();
Expand Down

0 comments on commit 53e596f

Please sign in to comment.