@@ -19,7 +19,7 @@
|
||||
|
||||
+ BlockStateListPopulator blockList = new BlockStateListPopulator(world); // CraftBukkit - Use BlockStateListPopulator
|
||||
if (shapedetector_shapedetectorcollection != null) {
|
||||
for (i = 0; i < this.d().b(); ++i) {
|
||||
for (i = 0; i < this.e().b(); ++i) {
|
||||
ShapeDetectorBlock shapedetectorblock1 = shapedetector_shapedetectorcollection.a(0, i, 0);
|
||||
|
||||
- world.setTypeAndData(shapedetectorblock1.getPosition(), Blocks.AIR.getBlockData(), 2);
|
||||
@@ -42,8 +42,8 @@
|
||||
while (iterator.hasNext()) {
|
||||
@@ -70,7 +82,7 @@
|
||||
if (shapedetector_shapedetectorcollection != null) {
|
||||
for (i = 0; i < this.f().c(); ++i) {
|
||||
for (int l = 0; l < this.f().b(); ++l) {
|
||||
for (i = 0; i < this.g().c(); ++i) {
|
||||
for (int l = 0; l < this.g().b(); ++l) {
|
||||
- world.setTypeAndData(shapedetector_shapedetectorcollection.a(i, l, 0).getPosition(), Blocks.AIR.getBlockData(), 2);
|
||||
+ blockList.setTypeAndData(shapedetector_shapedetectorcollection.a(i, l, 0).getPosition(), Blocks.AIR.getBlockData(), 2); // CraftBukkit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user