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