aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2021-06-16 18:04:11 -0600
committerBryson Steck <steck.bryson@gmail.com>2021-06-16 18:04:11 -0600
commit65f2eb0d1526e3864f05bbd811b5fbea7b197807 (patch)
tree75bcfd06592772102c92d78580a098fc891c4f87
parent98478964f2464170b228890602e8c30995013973 (diff)
downloadresurrection-65f2eb0d1526e3864f05bbd811b5fbea7b197807.tar
resurrection-65f2eb0d1526e3864f05bbd811b5fbea7b197807.tar.gz
resurrection-65f2eb0d1526e3864f05bbd811b5fbea7b197807.tar.bz2
locked location
-rw-r--r--out/artifacts/Resurrection_jar/Resurrection.jarbin1344889 -> 1344911 bytes
-rw-r--r--out/production/Resurrection/net/brysonsteck/Resurrection/player/PlayerListener$1.classbin1424 -> 1424 bytes
-rw-r--r--out/production/Resurrection/net/brysonsteck/Resurrection/player/PlayerListener.classbin6215 -> 6279 bytes
-rw-r--r--src/net/brysonsteck/Resurrection/player/PlayerListener.java1
4 files changed, 1 insertions, 0 deletions
diff --git a/out/artifacts/Resurrection_jar/Resurrection.jar b/out/artifacts/Resurrection_jar/Resurrection.jar
index 0ba1311..10875bd 100644
--- a/out/artifacts/Resurrection_jar/Resurrection.jar
+++ b/out/artifacts/Resurrection_jar/Resurrection.jar
Binary files differ
diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection/player/PlayerListener$1.class b/out/production/Resurrection/net/brysonsteck/Resurrection/player/PlayerListener$1.class
index 1a60ffb..2b652ed 100644
--- a/out/production/Resurrection/net/brysonsteck/Resurrection/player/PlayerListener$1.class
+++ b/out/production/Resurrection/net/brysonsteck/Resurrection/player/PlayerListener$1.class
Binary files differ
diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection/player/PlayerListener.class b/out/production/Resurrection/net/brysonsteck/Resurrection/player/PlayerListener.class
index dff62d1..19c7b12 100644
--- a/out/production/Resurrection/net/brysonsteck/Resurrection/player/PlayerListener.class
+++ b/out/production/Resurrection/net/brysonsteck/Resurrection/player/PlayerListener.class
Binary files differ
diff --git a/src/net/brysonsteck/Resurrection/player/PlayerListener.java b/src/net/brysonsteck/Resurrection/player/PlayerListener.java
index d4abcaa..6ce72e0 100644
--- a/src/net/brysonsteck/Resurrection/player/PlayerListener.java
+++ b/src/net/brysonsteck/Resurrection/player/PlayerListener.java
@@ -57,6 +57,7 @@ public class PlayerListener implements Listener {
playerData.saveData(rawData + ";" + p.getDisplayName() + ",false,0");
}
if (resumeDeath) {
+ spawn = p.getLocation();
new BukkitRunnable() {
@Override
public void run() {