Format code [skip actions]

This commit is contained in:
github-actions 2023-09-18 01:03:10 +00:00
parent 7f5059cb8f
commit ec2bfffdd1

View File

@ -443,7 +443,6 @@ public class World implements Iterable<Player> {
}
}
// Set player position and rotation
if (teleportProperties.getTeleportTo() != null) {
player.getPosition().set(teleportProperties.getTeleportTo());