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 {
|
||||
editSession.setBlock(BukkitAdapter.asBlockVector(location), BukkitAdapter.adapt(highest.blockData));
|
||||
location.getBlock().setBlockData(highest.blockData, false);
|
||||
if (highest.blockConsumer != null) {
|
||||
highest.blockConsumer.accept(location.getBlock());
|
||||
}
|
||||
if (highest.blockConsumer != null) highest.blockConsumer.accept(location.getBlock());
|
||||
} catch (MaxChangedBlocksException e) {
|
||||
e.printStackTrace();
|
||||
// ignored
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren