Fixed parse distance.

This commit is contained in:
Mysticate 2015-08-18 21:37:52 -04:00
parent 53395a7700
commit 64990ed356
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ public class Evolution extends SoloGame
store.getBlock().setType(Material.AIR);
if (UtilMath.offset(store, viewing) > 8 || UtilMath.offset(store, platform) > 8 || UtilMath.offset(platform, viewing) > 8)
if (UtilMath.offset(store, platform) > 8 || UtilMath.offset(platform, viewing) > 8)
continue;
iS.remove();