From 3ea2d06e70195a5b50e794bf8729f03a700080db Mon Sep 17 00:00:00 2001 From: Jesse Boyd Date: Sun, 22 May 2016 01:11:27 +1000 Subject: [PATCH] Closes #1124 --- .../java/com/intellectualcrafters/plot/commands/Download.java | 4 ---- 1 file changed, 4 deletions(-) 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 b8d22a65f..ff96c96bd 100644 --- a/Core/src/main/java/com/intellectualcrafters/plot/commands/Download.java +++ b/Core/src/main/java/com/intellectualcrafters/plot/commands/Download.java @@ -55,10 +55,6 @@ public class Download extends SubCommand { return false; } if (args.length == 0 || (args.length == 1 && StringMan.isEqualIgnoreCaseToAny(args[0], "sch", "schem", "schematic"))) { - if (plot.getVolume() > 512d * 512d * 256d) { - C.SCHEMATIC_TOO_LARGE.send(plr); - return false; - } plot.addRunning(); SchematicHandler.manager.getCompoundTag(plot, new RunnableVal() { @Override