Skip to content

Commit

Permalink
Removed unnecessary code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jitse Boonstra authored and Jitse Boonstra committed Mar 14, 2020
1 parent c9c71ba commit 6a6a04b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/src/main/java/net/jitse/npclib/hologram/Hologram.java
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ public Hologram(MinecraftVersion version, Location location, List<String> text)
.invoke(CRAFT_BUKKIT_CLASS.cast(location.getWorld()));

createPackets();
// Create update packets so we can send the metadata packet for V1.15 R1 and up.
getUpdatePackets(text);
}

private void createPackets() {
Expand Down

0 comments on commit 6a6a04b

Please sign in to comment.