aboutsummaryrefslogtreecommitdiff
path: root/src/net/brysonsteck/Resurrection
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 /src/net/brysonsteck/Resurrection
parent98478964f2464170b228890602e8c30995013973 (diff)
downloadresurrection-65f2eb0d1526e3864f05bbd811b5fbea7b197807.tar
resurrection-65f2eb0d1526e3864f05bbd811b5fbea7b197807.tar.gz
resurrection-65f2eb0d1526e3864f05bbd811b5fbea7b197807.tar.bz2
locked location
Diffstat (limited to 'src/net/brysonsteck/Resurrection')
-rw-r--r--src/net/brysonsteck/Resurrection/player/PlayerListener.java1
1 files changed, 1 insertions, 0 deletions
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() {