stupid typo

This commit is contained in:
RonanCraft
2022-04-15 09:15:46 -04:00
parent 901ca13501
commit 133b27ed06
2 changed files with 2 additions and 2 deletions

View File

@@ -126,7 +126,7 @@ public class RTPPlayer {
continue;
if (world.getBlockAt(x, y + 1, z).getType().name().endsWith("AIR") //Head space
&& !badBlock(block, x, z, world, biomes)) //Valid block
return new Location(world, x, y, 0.5);
return new Location(world, x, y, z);
}
}
return null;