Skip to content

Commit

Permalink
bump: minecraft 1.20.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sakurawald committed Jun 17, 2024
1 parent 3d45b99 commit 9a149be
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ World getEntityCurrentLevel(Entity entity) {
// feature: https://bugs.mojang.com/browse/MC-252361
return ServerWorld.END_SPAWN_POS;
}
BlockPos transformedEndSpawnPoint = getTransformedEndSpawnPoint(entity);
return transformedEndSpawnPoint;
return getTransformedEndSpawnPoint(entity);
}

}

0 comments on commit 9a149be

Please sign in to comment.