From 8cff1db70bdfedee27a3f0c6d6f56d0b4661e3bf Mon Sep 17 00:00:00 2001 From: zOnlyKroks Date: Tue, 17 Jan 2023 16:24:25 +0100 Subject: [PATCH] Uncomment the comment --- SpigotCore_Main/src/de/steamwar/entity/REntity.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/SpigotCore_Main/src/de/steamwar/entity/REntity.java b/SpigotCore_Main/src/de/steamwar/entity/REntity.java index 2713318..c850d51 100644 --- a/SpigotCore_Main/src/de/steamwar/entity/REntity.java +++ b/SpigotCore_Main/src/de/steamwar/entity/REntity.java @@ -378,10 +378,6 @@ public class REntity { protected static Function spawnPacketGenerator(Class spawnPacket, int posOffset) { Reflection.FieldAccessor entityId = Reflection.getField(spawnPacket, int.class, 0); - //Core version 8, index = 10 - //Core version 9 to 18, index = 6 - //Core version 19, index = 7 - int index; switch (Core.getVersion()) { case 8: