Skip to content

Commit

Permalink
Fixed some indents
Browse files Browse the repository at this point in the history
  • Loading branch information
JackyyTV committed Sep 26, 2018
1 parent 851142d commit 2b28ac5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ public void renderWorldLastEvent(RenderWorldLastEvent event) {
float a = 1.0f;
if ((player.isSneaking()
&& ((world.getTileEntity(coordinate) != null && !ExchangerHandler.isWhitelisted(world, coordinate))
|| ExchangerHandler.isBlacklisted(world, coordinate)
|| (!(stack.getItem() instanceof ItemCreativeExchanger) && blockHardness < -0.1f)))) {
|| ExchangerHandler.isBlacklisted(world, coordinate)
|| (!(stack.getItem() instanceof ItemCreativeExchanger) && blockHardness < -0.1f)))) {
r = 1.0f;
g = 0.1f;
b = 0.1f;
Expand Down

0 comments on commit 2b28ac5

Please sign in to comment.