From f82bf16d4a3f01fea5a01881957e228f8dce5888 Mon Sep 17 00:00:00 2001 From: MEEPofFaith <54301439+MEEPofFaith@users.noreply.github.com> Date: Sun, 23 Apr 2023 18:13:10 -0700 Subject: [PATCH] Default to false Quick, stop forcing changes to mods before sk yells at me. --- core/src/mindustry/world/Block.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/mindustry/world/Block.java b/core/src/mindustry/world/Block.java index 4895963eb3..7523fea5bd 100644 --- a/core/src/mindustry/world/Block.java +++ b/core/src/mindustry/world/Block.java @@ -107,7 +107,7 @@ public class Block extends UnlockableContent implements Senseable{ /** whether this is rotatable */ public boolean rotate; /** if rotate is false and this is true, building rotation is set to 0 regardless of player input */ - public boolean lockRotation = true; + public boolean lockRotation; /** if rotate is true and this is false, the region won't rotate when drawing */ public boolean rotateDraw = true; /** if true, schematic flips with this block are inverted. */