use cloud snapshot

This commit is contained in:
Alexander Söderberg 2024-01-15 07:54:26 +01:00
parent 780c65e68c
commit 2a0ad92a97
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View File

@ -332,7 +332,7 @@ public class Auto extends SubCommand {
List<Plot> plots = this.servicePipeline
.pump(new AutoQuery(player, null, sizeX, sizeZ, plotarea))
.through(AutoService.class)
.getResult();
.complete();
plots = this.eventDispatcher.callAutoPlotsChosen(player, plots).getPlots();

View File

@ -39,7 +39,6 @@ subprojects {
version = rootProject.version
repositories {
mavenLocal() // TODO(City): Remove once Cloud 2 is on central.
mavenCentral()
maven {