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
+1 -1
View File
@@ -7,7 +7,7 @@
<groupId>me.SuperRonanCraft</groupId> <groupId>me.SuperRonanCraft</groupId>
<artifactId>BetterRTP</artifactId> <artifactId>BetterRTP</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>3.4.2</version> <version>3.4.2-1</version>
<properties> <properties>
<maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.source>1.8</maven.compiler.source>
@@ -126,7 +126,7 @@ public class RTPPlayer {
continue; continue;
if (world.getBlockAt(x, y + 1, z).getType().name().endsWith("AIR") //Head space if (world.getBlockAt(x, y + 1, z).getType().name().endsWith("AIR") //Head space
&& !badBlock(block, x, z, world, biomes)) //Valid block && !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; return null;