Skip to content

Commit

Permalink
Random.
Browse files Browse the repository at this point in the history
  • Loading branch information
asofold committed Apr 23, 2013
1 parent c0b65bf commit 69e35fd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -878,7 +878,7 @@ public static long getBreakingDuration(final int blockId, final ItemStack itemIn
else{
level = 1.0 - 0.125 * (1.0 + data8);
}
inWater = y - by < level;
inWater = y - by < level; // <= ? ...
}
blockCache.cleanup();
pLoc.cleanup();
Expand Down

0 comments on commit 69e35fd

Please sign in to comment.