From 9480c70655087072ff36db4bf6b383be0c901167 Mon Sep 17 00:00:00 2001 From: Jesse Boyd Date: Sat, 30 Sep 2017 00:28:39 +1000 Subject: [PATCH] Save world before download --- .../java/com/intellectualcrafters/plot/commands/Download.java | 1 + 1 file changed, 1 insertion(+) diff --git a/Core/src/main/java/com/intellectualcrafters/plot/commands/Download.java b/Core/src/main/java/com/intellectualcrafters/plot/commands/Download.java index ace4d2f74..3f043e21f 100644 --- a/Core/src/main/java/com/intellectualcrafters/plot/commands/Download.java +++ b/Core/src/main/java/com/intellectualcrafters/plot/commands/Download.java @@ -104,6 +104,7 @@ public class Download extends SubCommand { } MainUtil.sendMessage(player, "&cNote: The `.mca` files are 512x512"); plot.addRunning(); + WorldUtil.IMP.saveWorld(world); WorldUtil.IMP.upload(plot, null, null, new RunnableVal() { @Override public void run(URL url) {