mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-17 21:12:13 +01:00
Added missing //cb comments from dfa9c9bccb7feac44824c146d2dc11874b50b19d
This commit is contained in:
parent
5b68bae02e
commit
d01a3acd82
@ -247,7 +247,7 @@ public class BlockChest extends BlockContainer {
|
||||
}
|
||||
|
||||
public boolean interact(World world, int i, int j, int k, EntityHuman entityhuman) {
|
||||
b(world, i, j, k);
|
||||
b(world, i, j, k); // Craftbukkit
|
||||
Object object = (TileEntityChest) world.getTileEntity(i, j, k);
|
||||
|
||||
if (object == null) {
|
||||
|
Loading…
Reference in New Issue
Block a user