Cleanup - fixing various formatting issues

This commit is contained in:
TfT_02
2013-05-18 22:41:42 +02:00
parent 483f348403
commit 2d66b8ed12
14 changed files with 14 additions and 14 deletions

View File

@ -219,7 +219,7 @@ public class FishingManager extends SkillManager {
// Make a hole
block.setType(Material.STATIONARY_WATER);
for (int x = -1; x <= 1; x++) {
for (int x = -1; x <= 1; x++) {
for (int z = -1; z <= 1; z++) {
Block relative = block.getRelative(x, 0, z);