Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-11-17 13:30:06 +01:00
Added missing //cb comments from dfa9c9bccb7feac44824c146d2dc11874b50b19d
Dieser Commit ist enthalten in:
Ursprung
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) {
|
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);
|
Object object = (TileEntityChest) world.getTileEntity(i, j, k);
|
||||||
|
|
||||||
if (object == null) {
|
if (object == null) {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren