mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
Follow up to 39e1a811f7
to fix DOC loading
This commit is contained in:
parent
aae696686d
commit
111d604075
@ -432,7 +432,7 @@ public class DiskOptimizedClipboard extends LinearClipboard {
|
||||
int ox = byteBuffer.getShort(10);
|
||||
int oy = byteBuffer.getShort(12);
|
||||
int oz = byteBuffer.getShort(14);
|
||||
super.setOrigin(BlockVector3.at(ox, oy, oz).add(offset));
|
||||
super.setOrigin(BlockVector3.at(ox, oy, oz));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user