From 65f2eb0d1526e3864f05bbd811b5fbea7b197807 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Wed, 16 Jun 2021 18:04:11 -0600 Subject: locked location --- out/artifacts/Resurrection_jar/Resurrection.jar | Bin 1344889 -> 1344911 bytes .../Resurrection/player/PlayerListener$1.class | Bin 1424 -> 1424 bytes .../Resurrection/player/PlayerListener.class | Bin 6215 -> 6279 bytes .../Resurrection/player/PlayerListener.java | 1 + 4 files changed, 1 insertion(+) diff --git a/out/artifacts/Resurrection_jar/Resurrection.jar b/out/artifacts/Resurrection_jar/Resurrection.jar index 0ba1311..10875bd 100644 Binary files a/out/artifacts/Resurrection_jar/Resurrection.jar and b/out/artifacts/Resurrection_jar/Resurrection.jar 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 Binary files a/out/production/Resurrection/net/brysonsteck/Resurrection/player/PlayerListener$1.class and b/out/production/Resurrection/net/brysonsteck/Resurrection/player/PlayerListener$1.class 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 Binary files a/out/production/Resurrection/net/brysonsteck/Resurrection/player/PlayerListener.class and b/out/production/Resurrection/net/brysonsteck/Resurrection/player/PlayerListener.class 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() { -- cgit v1.2.3