mirror of
https://github.com/RonanPlugins/BetterRTP.git
synced 2026-05-19 16:20:33 +00:00
stupid typo
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user