Skip to content

Commit

Permalink
Update entity tracker newer mc versions
Browse files Browse the repository at this point in the history
  • Loading branch information
u9g authored and Pokechu22 committed Feb 17, 2022
1 parent 9554028 commit 2868bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion burger/toppings/identify.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# We can identify almost every class we need just by
# looking for consistent strings.
MATCHES = (
(['Fetching addPacket for removed entity'], 'entity.trackerentry'),
(['Fetching addPacket for removed entity', 'Fetching packet for removed entity'], 'entity.trackerentry'),
(['#%04d/%d%s', 'attribute.modifier.equals.'], 'itemstack'),
(['disconnect.lost'], 'nethandler.client'),
(['Outdated server!', 'multiplayer.disconnect.outdated_client'],
Expand Down

0 comments on commit 2868bcb

Please sign in to comment.