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