mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-04 03:56:41 +00:00
Fix schematic offset when loaded to clipboard
This commit is contained in:
@ -95,7 +95,7 @@ public class BlockArrayClipboard implements Clipboard {
|
||||
shifted.shift(offset);
|
||||
this.region = shifted;
|
||||
this.offset = shifted.getMinimumPoint();
|
||||
this.origin = parent.getOrigin();
|
||||
this.origin = parent.getOrigin().add(this.offset);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user