Skip to content

Commit

Permalink
Update entities.js
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
AreaDenial authored May 20, 2024
1 parent 6ca5c12 commit 0e189a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugins/entities.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ function inject (bot) {
bot.entity.type = 'player'
bot.entity.name = 'player'
bot.entity.height = PLAYER_HEIGHT
bot.entity.width = PLAYER WIDTH
bot.entity.width = PLAYER_WIDTH
})

bot._client.on('entity_equipment', (packet) => {
Expand Down

0 comments on commit 0e189a3

Please sign in to comment.