Skip to content

Commit

Permalink
Saving uuid for non-players too
Browse files Browse the repository at this point in the history
  • Loading branch information
SinanAkkoyun authored Mar 9, 2025
1 parent 33627f7 commit 4435fc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/plugins/entities.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ function inject (bot) {
const entityData = bot.registry.entities[entityType]
setEntityData(entity, entityType, entityData)
updateEntityPos(entity, pos)
entity.uuid = uuid
return entity
}

Expand Down

0 comments on commit 4435fc9

Please sign in to comment.