attempt 2

This commit is contained in:
Bryson Steck 2021-12-22 21:52:42 -07:00
parent 7aa5af0920
commit 2a310957ae
2 changed files with 2 additions and 0 deletions

View file

@ -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) {