codacy wants this
This commit is contained in:
parent
86525f98ec
commit
eb6c0a39ea
@ -122,6 +122,7 @@ public final class ExploreProcess extends BaritoneProcessHelper implements IExpl
|
|||||||
break; // note: this breaks the switch not the for
|
break; // note: this breaks the switch not the for
|
||||||
case EXPLORED:
|
case EXPLORED:
|
||||||
continue; // note: this continues the for
|
continue; // note: this continues the for
|
||||||
|
default:
|
||||||
}
|
}
|
||||||
int centerX = ((chunkX + dx) << 4) + 8;
|
int centerX = ((chunkX + dx) << 4) + 8;
|
||||||
int centerZ = ((chunkZ + dz) << 4) + 8;
|
int centerZ = ((chunkZ + dz) << 4) + 8;
|
||||||
|
Loading…
Reference in New Issue
Block a user