mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-11 02:02:04 -07:00
N.M.S cleanup in preparation for update
This commit is contained in:
@@ -28,7 +28,6 @@ public class ItemBlock extends Item {
|
||||
return false;
|
||||
}
|
||||
|
||||
// CraftBukkit store info of the clicked block
|
||||
CraftBlock blockClicked = (CraftBlock) ((WorldServer) world).getWorld().getBlockAt(i, j, k);
|
||||
BlockFace faceClicked = CraftBlock.notchToBlockFace(l);
|
||||
// CraftBukkit end
|
||||
|
Reference in New Issue
Block a user