Removed unnecessary code.

This commit is contained in:
Jitse Boonstra
2020-03-14 23:35:42 +01:00
parent c9c71ba80d
commit 6a6a04b00d
@@ -90,8 +90,6 @@ public class Hologram {
.invoke(CRAFT_BUKKIT_CLASS.cast(location.getWorld())); .invoke(CRAFT_BUKKIT_CLASS.cast(location.getWorld()));
createPackets(); createPackets();
// Create update packets so we can send the metadata packet for V1.15 R1 and up.
getUpdatePackets(text);
} }
private void createPackets() { private void createPackets() {