forgot a line
This commit is contained in:
parent
993afa8280
commit
7caa93014e
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -33,7 +33,7 @@ public class PlayerListener implements Listener {
|
||||||
if (block.getType() == Material.AIR) {
|
if (block.getType() == Material.AIR) {
|
||||||
newY++;
|
newY++;
|
||||||
System.out.println("The spawn block at X0 Z0 is Y" + newY);
|
System.out.println("The spawn block at X0 Z0 is Y" + newY);
|
||||||
spawn = testLocation;
|
// spawn = testLocation;
|
||||||
break;
|
break;
|
||||||
} else {
|
} else {
|
||||||
newY++;
|
newY++;
|
||||||
|
|
Loading…
Add table
Reference in a new issue