mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-16 17:16:11 +00:00
Don't apply offset to SimpleClipboard (#1751)
* Fix offset * Don't apply offset in SimpleClipboard Co-authored-by: Alexander Brandes <mc.cache@web.de>
This commit is contained in:
parent
b797655d0c
commit
39e1a811f7
@ -40,7 +40,7 @@ public abstract class SimpleClipboard implements Clipboard {
|
||||
|
||||
@Override
|
||||
public void setOrigin(BlockVector3 origin) {
|
||||
this.origin = origin.subtract(offset);
|
||||
this.origin = origin;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user