mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-03 05:32:18 -07:00
I forgot the // Paper comment
This commit is contained in:
@@ -16,7 +16,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
|
|
||||||
if (blockposition1.getY() > 0) {
|
if (blockposition1.getY() > 0) {
|
||||||
- world.setTypeAndData(blockposition1, this.getBlockData(), 2);
|
- world.setTypeAndData(blockposition1, this.getBlockData(), 2);
|
||||||
+ world.setTypeAndData(blockposition1.up(), this.getBlockData(), 2);
|
+ world.setTypeAndData(blockposition1.up(), this.getBlockData(), 2); // Paper
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user