aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2021-07-21 21:44:32 -0600
committerBryson Steck <steck.bryson@gmail.com>2021-07-21 21:44:32 -0600
commit7caa93014ef353d13c143c592c4b5110cd6d49ff (patch)
treece8df42b2f888f94f6af5a1fdf985ffc0fb96832
parent993afa8280da880646ad597739c9627fcb34d06c (diff)
downloadresurrection-7caa93014ef353d13c143c592c4b5110cd6d49ff.tar
resurrection-7caa93014ef353d13c143c592c4b5110cd6d49ff.tar.gz
resurrection-7caa93014ef353d13c143c592c4b5110cd6d49ff.tar.bz2
forgot a line
-rw-r--r--out/artifacts/Resurrection_jar/Resurrection.jarbin1352698 -> 1352692 bytes
-rw-r--r--src/net/brysonsteck/Resurrection/player/PlayerListener.java2
2 files changed, 1 insertions, 1 deletions
diff --git a/out/artifacts/Resurrection_jar/Resurrection.jar b/out/artifacts/Resurrection_jar/Resurrection.jar
index 057d7c0..bada621 100644
--- a/out/artifacts/Resurrection_jar/Resurrection.jar
+++ b/out/artifacts/Resurrection_jar/Resurrection.jar
Binary files differ
diff --git a/src/net/brysonsteck/Resurrection/player/PlayerListener.java b/src/net/brysonsteck/Resurrection/player/PlayerListener.java
index 9bbc244..3b23c03 100644
--- a/src/net/brysonsteck/Resurrection/player/PlayerListener.java
+++ b/src/net/brysonsteck/Resurrection/player/PlayerListener.java
@@ -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++;