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

@@ -7,7 +7,7 @@
<groupId>me.SuperRonanCraft</groupId>
<artifactId>BetterRTP</artifactId>
<packaging>jar</packaging>
<version>3.4.2</version>
<version>3.4.2-1</version>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>

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;