mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-12-05 03:13: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
|
List<Plot> plots = this.servicePipeline
|
||||||
.pump(new AutoQuery(player, null, sizeX, sizeZ, plotarea))
|
.pump(new AutoQuery(player, null, sizeX, sizeZ, plotarea))
|
||||||
.through(AutoService.class)
|
.through(AutoService.class)
|
||||||
.getResult();
|
.complete();
|
||||||
|
|
||||||
plots = this.eventDispatcher.callAutoPlotsChosen(player, plots).getPlots();
|
plots = this.eventDispatcher.callAutoPlotsChosen(player, plots).getPlots();
|
||||||
|
|
||||||
|
@ -39,7 +39,6 @@ subprojects {
|
|||||||
version = rootProject.version
|
version = rootProject.version
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenLocal() // TODO(City): Remove once Cloud 2 is on central.
|
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
|
||||||
maven {
|
maven {
|
||||||
|
Loading…
Reference in New Issue
Block a user