Skip to content

Commit

Permalink
Default to false
Browse files Browse the repository at this point in the history
Quick, stop forcing changes to mods before sk yells at me.
  • Loading branch information
MEEPofFaith committed Apr 24, 2023
1 parent 3adc3a8 commit f82bf16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/mindustry/world/Block.java
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit f82bf16

Please sign in to comment.