aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--out/artifacts/Resurrection_jar/Resurrection.jarbin1606068 -> 1606103 bytes
-rw-r--r--src/net/brysonsteck/Resurrection/player/PlayerListener.java2
2 files changed, 2 insertions, 0 deletions
diff --git a/out/artifacts/Resurrection_jar/Resurrection.jar b/out/artifacts/Resurrection_jar/Resurrection.jar
index 473cebc..ca51bf6 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 8f68d2f..0bde5e9 100644
--- a/src/net/brysonsteck/Resurrection/player/PlayerListener.java
+++ b/src/net/brysonsteck/Resurrection/player/PlayerListener.java
@@ -59,7 +59,9 @@ public class PlayerListener implements Listener {
if (timeToResurrection < System.currentTimeMillis()) {
dead = false;
+ playerSplit[1] = String.valueOf(dead);
timeToResurrection = 0;
+ playerSplit[2] = String.valueOf(timeToResurrection);
}
if (!dead) {