Skip to content

Commit

Permalink
attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryson Steck committed Dec 23, 2021
1 parent 7aa5af0 commit 2a31095
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified out/artifacts/Resurrection_jar/Resurrection.jar
Binary file not shown.
2 changes: 2 additions & 0 deletions src/net/brysonsteck/Resurrection/player/PlayerListener.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ public void onJoin(PlayerJoinEvent e) {

if (timeToResurrection < System.currentTimeMillis()) {
dead = false;
playerSplit[1] = String.valueOf(dead);
timeToResurrection = 0;
playerSplit[2] = String.valueOf(timeToResurrection);
}

if (!dead) {
Expand Down

0 comments on commit 2a31095

Please sign in to comment.