From f1dc769b1f27952f0b5a1bda9057c0c2957df21d Mon Sep 17 00:00:00 2001 From: Anuken Date: Tue, 19 Jul 2022 07:42:58 -0400 Subject: [PATCH] Fixed #7195 --- core/src/mindustry/Vars.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/mindustry/Vars.java b/core/src/mindustry/Vars.java index 39463d5400..a6b71198a9 100644 --- a/core/src/mindustry/Vars.java +++ b/core/src/mindustry/Vars.java @@ -55,7 +55,7 @@ public class Vars implements Loadable{ /** Wall darkness radius. */ public static final int darkRadius = 4; /** Maximum extra padding around deployment schematics. */ - public static final int maxLoadoutSchematicPad = 4; + public static final int maxLoadoutSchematicPad = 5; /** All schematic base64 starts with this string.*/ public static final String schematicBaseStart ="bXNjaA"; /** IO buffer size. */