From 2a0ad92a97774ad2faa46fb10342e61745278fbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20S=C3=B6derberg?= Date: Mon, 15 Jan 2024 07:54:26 +0100 Subject: [PATCH] use cloud snapshot --- Core/src/main/java/com/plotsquared/core/command/Auto.java | 2 +- build.gradle.kts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Core/src/main/java/com/plotsquared/core/command/Auto.java b/Core/src/main/java/com/plotsquared/core/command/Auto.java index 230ed9e3a..600ba96d2 100644 --- a/Core/src/main/java/com/plotsquared/core/command/Auto.java +++ b/Core/src/main/java/com/plotsquared/core/command/Auto.java @@ -332,7 +332,7 @@ public class Auto extends SubCommand { List plots = this.servicePipeline .pump(new AutoQuery(player, null, sizeX, sizeZ, plotarea)) .through(AutoService.class) - .getResult(); + .complete(); plots = this.eventDispatcher.callAutoPlotsChosen(player, plots).getPlots(); diff --git a/build.gradle.kts b/build.gradle.kts index 55ba0b292..dd52cc123 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -39,7 +39,6 @@ subprojects { version = rootProject.version repositories { - mavenLocal() // TODO(City): Remove once Cloud 2 is on central. mavenCentral() maven {