mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-11-25 03:55:35 +01:00
Merge branch 'master' of https://github.com/boy0001/FastAsyncWorldedit
This commit is contained in:
commit
6744a59d08
@ -222,7 +222,7 @@ public class SchematicWriter implements ClipboardWriter {
|
||||
clipboard.IMP.streamIds(new NBTStreamer.ByteReader() {
|
||||
@Override
|
||||
public void run(int index, int byteValue) {
|
||||
if (write[0] ^= true) {
|
||||
if (write[0]) {
|
||||
try {
|
||||
rawStream.write(((byteValue >> 8) << 4) + (lastAdd[0]));
|
||||
} catch (IOException e) {
|
||||
@ -231,6 +231,7 @@ public class SchematicWriter implements ClipboardWriter {
|
||||
} else {
|
||||
lastAdd[0] = byteValue >> 8;
|
||||
}
|
||||
write[0] ^= true;
|
||||
}
|
||||
});
|
||||
if (write[0]) {
|
||||
|
Loading…
Reference in New Issue
Block a user