mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-12-04 19:03:14 +01:00
use cloud snapshot
This commit is contained in:
parent
780c65e68c
commit
2a0ad92a97
@ -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();
|
||||
|
||||
|
@ -39,7 +39,6 @@ subprojects {
|
||||
version = rootProject.version
|
||||
|
||||
repositories {
|
||||
mavenLocal() // TODO(City): Remove once Cloud 2 is on central.
|
||||
mavenCentral()
|
||||
|
||||
maven {
|
||||
|
Loading…
Reference in New Issue
Block a user