Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-05 02:50:05 +01:00
fix: do not always set random rotate to true
- Fixes #2259 - How'd that even get through
Dieser Commit ist enthalten in:
Ursprung
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
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren