Signed-off-by: yoyosource <yoyosource@nidido.de>
Dieser Commit ist enthalten in:
Ursprung
c9cc03be87
Commit
405a53aa2d
@ -101,9 +101,7 @@ public class CreatingInnerBlocksState implements LaufbauState {
|
|||||||
try {
|
try {
|
||||||
editSession.setBlock(BukkitAdapter.asBlockVector(location), BukkitAdapter.adapt(highest.blockData));
|
editSession.setBlock(BukkitAdapter.asBlockVector(location), BukkitAdapter.adapt(highest.blockData));
|
||||||
location.getBlock().setBlockData(highest.blockData, false);
|
location.getBlock().setBlockData(highest.blockData, false);
|
||||||
if (highest.blockConsumer != null) {
|
if (highest.blockConsumer != null) highest.blockConsumer.accept(location.getBlock());
|
||||||
highest.blockConsumer.accept(location.getBlock());
|
|
||||||
}
|
|
||||||
} catch (MaxChangedBlocksException e) {
|
} catch (MaxChangedBlocksException e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
// ignored
|
// ignored
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren