aboutsummaryrefslogtreecommitdiff
path: root/src/net/brysonsteck/Resurrection/player
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2021-06-15 18:49:36 -0600
committerBryson Steck <steck.bryson@gmail.com>2021-06-15 18:49:36 -0600
commitd11e749ea0351948a50e4b11673165dee719e387 (patch)
tree7978a039377acd6d3cea162833515466396cc3ac /src/net/brysonsteck/Resurrection/player
parentfed65b2a8cf4fdf78a005be415aef87b99a31f67 (diff)
downloadresurrection-d11e749ea0351948a50e4b11673165dee719e387.tar
resurrection-d11e749ea0351948a50e4b11673165dee719e387.tar.gz
resurrection-d11e749ea0351948a50e4b11673165dee719e387.tar.bz2
shortened death time to test resurrection
Diffstat (limited to 'src/net/brysonsteck/Resurrection/player')
-rw-r--r--src/net/brysonsteck/Resurrection/player/PlayerListener.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/brysonsteck/Resurrection/player/PlayerListener.java b/src/net/brysonsteck/Resurrection/player/PlayerListener.java
index bec8abb..8bc299f 100644
--- a/src/net/brysonsteck/Resurrection/player/PlayerListener.java
+++ b/src/net/brysonsteck/Resurrection/player/PlayerListener.java
@@ -36,7 +36,7 @@ public class PlayerListener implements Listener {
new Thread (() -> {
try {
- Thread.sleep(86400000);
+ Thread.sleep(5000);
} catch (InterruptedException interruptedException) {
interruptedException.printStackTrace();
p.sendMessage("Failed to make the thread sleep!");