Fixed parse distance.
This commit is contained in:
parent
53395a7700
commit
64990ed356
@ -153,7 +153,7 @@ public class Evolution extends SoloGame
|
|||||||
|
|
||||||
store.getBlock().setType(Material.AIR);
|
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;
|
continue;
|
||||||
|
|
||||||
iS.remove();
|
iS.remove();
|
||||||
|
Loading…
Reference in New Issue
Block a user