Open Alvsch opened 22 hours ago
player.world()
&player.living_entity.entity.world
player.respawn()
world.respawn_player()
spawn_player
Things need to be done before this Pull Request can be merged.
cargo fmt
cargo clippy
Description
player.world()
can now be used instead of&player.living_entity.entity.world
.player.respawn()
toworld.respawn_player()
asspawn_player
is on world. (might reconsider)Testing
Checklist
Things need to be done before this Pull Request can be merged.
cargo fmt
cargo clippy