Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMWolfs committed Oct 18, 2024
1 parent 6ba4e5d commit 0818741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/at/hannibal2/skyhanni/api/DataWatcherAPI.kt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ object DataWatcherAPI {
fun onDataWatcherUpdate(event: DataWatcherUpdatedEvent<Entity>) {
for (updatedEntry in event.updatedEntries) {
if (updatedEntry.dataValueId == DATA_VALUE_CUSTOM_NAME) {
EntityCustomNameUpdateEvent( event.entity, event.entity.customNameTag).post()
EntityCustomNameUpdateEvent(event.entity, event.entity.customNameTag).post()
}
}
}
Expand Down

0 comments on commit 0818741

Please sign in to comment.