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) {
|
||||
newY++;
|
||||
System.out.println("The spawn block at X0 Z0 is Y" + newY);
|
||||
spawn = testLocation;
|
||||
// spawn = testLocation;
|
||||
break;
|
||||
} else {
|
||||
newY++;
|
||||
|
|
Loading…
Add table
Reference in a new issue