bedspawn no bueno

This commit is contained in:
Bryson Steck 2021-06-15 20:31:56 -06:00
parent a06e712bf4
commit 8d8371290e
3 changed files with 1 additions and 1 deletions

View file

@ -49,7 +49,7 @@ public class PlayerListener implements Listener {
public void onPlayerRespawn(PlayerRespawnEvent e) {
final Player p = e.getPlayer();
p.setGameMode(GameMode.SPECTATOR);
this.spawn = p.getBedSpawnLocation();
this.spawn = p.getLocation();
new BukkitRunnable() {
@Override
public void run() {