codacy wants this

This commit is contained in:
Leijurv 2019-06-11 23:46:04 -07:00
parent 86525f98ec
commit eb6c0a39ea
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A

View File

@ -122,6 +122,7 @@ public final class ExploreProcess extends BaritoneProcessHelper implements IExpl
break; // note: this breaks the switch not the for
case EXPLORED:
continue; // note: this continues the for
default:
}
int centerX = ((chunkX + dx) << 4) + 8;
int centerZ = ((chunkZ + dz) << 4) + 8;