Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
senseiwells committed Mar 17, 2024
1 parent a2fe786 commit b970277
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,7 @@ class PlayerRecorder internal constructor(
* @param tracked The tracked entity.
*/
override fun addTrackedEntity(tracked: ChunkSender.WrappedTrackedEntity) {
val list = ArrayList<Packet<ClientGamePacketListener>>()
tracked.getServerEntity().sendPairingData(this::record)
this.record(ClientboundBundlePacket(list))
}

/**
Expand Down

0 comments on commit b970277

Please sign in to comment.