Skip to content

Commit

Permalink
Actually, let's try this
Browse files Browse the repository at this point in the history
  • Loading branch information
Thatsmusic99 committed Aug 13, 2022
1 parent 71bff7b commit 6fa6186
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -138,8 +138,9 @@ private static boolean handleSpawn(PlayerRespawnEvent e, String spawnCommand) {
}
break;
case "bed":
return e.getPlayer().getBedSpawnLocation() != null;
case "anchor":
// Vanilla just handles those
// Vanilla just handles that
break;
default:
if (spawnCommand.startsWith("warp:")) {
Expand Down

0 comments on commit 6fa6186

Please sign in to comment.