mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-01-22 15:10:05 +00:00
fix: do not always set random rotate to true
- Fixes #2259 - How'd that even get through
This commit is contained in:
parent
4fa927f996
commit
048dcaf327
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user