fix indentation
This commit is contained in:
parent
0a716a96bb
commit
75079f2d9a
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ public class BlockArchitect extends BlockMultiTexture {
|
|||
|
||||
@Override
|
||||
public boolean onBlockActivated(World world, int x, int y, int z, EntityPlayer entityplayer, int par6, float par7,
|
||||
float par8, float par9) {
|
||||
float par8, float par9) {
|
||||
|
||||
// Drop through if the player is sneaking
|
||||
if (entityplayer.isSneaking()) {
|
||||
|
|
Loading…
Reference in a new issue