diff --git a/src/alisolarflare/RandomTPModule.java b/src/alisolarflare/RandomTPModule.java index b5a2306..feea64e 100644 --- a/src/alisolarflare/RandomTPModule.java +++ b/src/alisolarflare/RandomTPModule.java @@ -34,7 +34,7 @@ public class RandomTPModule{ //INIT - zDifference, zAverage int zdifference = minLocation.getBlockX() - maxLocation.getBlockY(); - int zAverage = (int) Math.floor(minLocation.getBlockZ() + maxLocation.getBlockZ()); + int zAverage = (int) Math.floor(minLocation.getBlockZ() + maxLocation.getBlockZ() / 2); //CHECK - Reset Cycle if (!(northUsed || southUsed || eastUsed || westUsed)){