diff --git a/Core/src/main/java/com/plotsquared/core/command/Download.java b/Core/src/main/java/com/plotsquared/core/command/Download.java index 5b23919ff..15cf82851 100644 --- a/Core/src/main/java/com/plotsquared/core/command/Download.java +++ b/Core/src/main/java/com/plotsquared/core/command/Download.java @@ -181,6 +181,7 @@ public class Download extends SubCommand { schematicHandler.upload(compoundTag, null, null, new RunnableVal<>() { @Override public void run(URL value) { + plot.removeRunning(); player.sendMessage( TranslatableCaption.of("web.generation_link_success"), Template.of("download", value.toString()),