From 3ad1adb2645550f0f2af3957cd2934f30c57726e Mon Sep 17 00:00:00 2001 From: aro Date: Sun, 15 Jan 2023 13:04:48 +0100 Subject: [PATCH] style: typo --- .../src/main/java/net/artelnatif/nicko/impl/v1_19_R1.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v1_19_R1/src/main/java/net/artelnatif/nicko/impl/v1_19_R1.java b/v1_19_R1/src/main/java/net/artelnatif/nicko/impl/v1_19_R1.java index f1f440d..0b282b4 100644 --- a/v1_19_R1/src/main/java/net/artelnatif/nicko/impl/v1_19_R1.java +++ b/v1_19_R1/src/main/java/net/artelnatif/nicko/impl/v1_19_R1.java @@ -35,8 +35,8 @@ public class v1_19_R1 implements Internals { final EntityPlayer entityPlayer = ((CraftPlayer) player).getHandle(); final ResourceKey levelResourceKey = entityPlayer.x().ab(); final CraftWorld world = entityPlayer.s.getWorld(); - // last boolean is: "has death location" attribute, if true, the optional contains the death dimension and positon. - // with the boolean being false, we don't need to provide a value and thus we return an empty optional. + // last boolean is: "has death location" attribute, if true, the optional contains the death dimension and position. + // with the boolean being false, we don't need to provide a value, and thus we return an empty optional. final PacketPlayOutRespawn respawn = new PacketPlayOutRespawn(entityPlayer.x().Z(), levelResourceKey, world.getSeed(), entityPlayer.d.b(), entityPlayer.d.c(),