fix: do not always set random rotate to true

- Fixes #2259
 - How'd that even get through
This commit is contained in:
dordsor21 2023-06-03 16:34:23 +01:00
parent 4fa927f996
commit 048dcaf327
No known key found for this signature in database
GPG Key ID: 1E53E88969FFCF0B

View File

@ -77,7 +77,7 @@ public class ClipboardBrush implements Brush {
this.pasteEntities = pasteEntities; this.pasteEntities = pasteEntities;
this.pasteBiomes = pasteBiomes; this.pasteBiomes = pasteBiomes;
this.sourceMask = sourceMask; this.sourceMask = sourceMask;
this.randomRotate = true; this.randomRotate = randomRotate;
} }
@Override @Override