aboutsummaryrefslogtreecommitdiff
path: root/src/net/brysonsteck/Resurrection/player
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2021-12-01 23:43:16 -0700
committerBryson Steck <steck.bryson@gmail.com>2021-12-01 23:43:16 -0700
commitdcc89e05ba84100fbaf930bef5bc01af25b7bc73 (patch)
tree39f50486ec30756b543a12debfed84484c6a249f /src/net/brysonsteck/Resurrection/player
parent9484cb4152976afc2acb3e9102873266fd5cb09d (diff)
downloadresurrection-dcc89e05ba84100fbaf930bef5bc01af25b7bc73.tar
resurrection-dcc89e05ba84100fbaf930bef5bc01af25b7bc73.tar.gz
resurrection-dcc89e05ba84100fbaf930bef5bc01af25b7bc73.tar.bz2
1.18 compatibility confirmed
Diffstat (limited to 'src/net/brysonsteck/Resurrection/player')
-rw-r--r--src/net/brysonsteck/Resurrection/player/PlayerListener.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net/brysonsteck/Resurrection/player/PlayerListener.java b/src/net/brysonsteck/Resurrection/player/PlayerListener.java
index 5135357..a930417 100644
--- a/src/net/brysonsteck/Resurrection/player/PlayerListener.java
+++ b/src/net/brysonsteck/Resurrection/player/PlayerListener.java
@@ -276,7 +276,6 @@ public class PlayerListener implements Listener {
if (DEBUG) {
Bukkit.broadcastMessage(ChatColor.YELLOW +""+ ChatColor.BOLD + "[Res. DEBUG]: Player " + p.getDisplayName() + " attempted to move while in dead state, teleporting to spawn until their resurrection time");
}
-
p.teleport(spawn);
}
}