mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-16 17:16:11 +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.pasteBiomes = pasteBiomes;
|
||||
this.sourceMask = sourceMask;
|
||||
this.randomRotate = true;
|
||||
this.randomRotate = randomRotate;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user