Skip to content

Commit

Permalink
fixed duplicated name display when despawning in entity loggers
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallen-Breath committed Jan 12, 2022
1 parent 6bbae6e commit c636b08
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ public void onEntityDespawn(T entity)
this.onLoggingEvent(entity, LoggingType.DESPAWN, () -> new BaseText[]{Messenger.c(
this.getWorldTimeText(entity.world),
translator.tr("despawned", getNameTextRich(entity)),
getNameTextRich(entity),
"g @ ",
Messenger.coord("w", entity.getPos(), DimensionWrapper.of(entity))
)});
Expand Down

0 comments on commit c636b08

Please sign in to comment.