fix: do not always set random rotate to true

- Fixes #2259
 - How'd that even get through
Dieser Commit ist enthalten in:
dordsor21 2023-06-03 16:34:23 +01:00
Ursprung 4fa927f996
Commit 048dcaf327
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 1E53E88969FFCF0B

Datei anzeigen

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