Fix WorldCopyClipboard
This commit is contained in:
parent
9144d37c25
commit
c4d373549a
@ -113,9 +113,10 @@ public class WorldCopyClipboard extends ReadOnlyClipboard {
|
|||||||
values.put("y", new IntTag(y));
|
values.put("y", new IntTag(y));
|
||||||
values.put("z", new IntTag(z));
|
values.put("z", new IntTag(z));
|
||||||
}
|
}
|
||||||
task.run(x, y, z, block);
|
if (block.getId() != 0)
|
||||||
|
task.run(x, y, z, block);
|
||||||
} else {
|
} else {
|
||||||
task.run(x, y, z, EditSession.nullBlock);
|
// task.run(x, y, z, EditSession.nullBlock);
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user