Event scoreUpdated is not called #3620
Labels
possible bug
Stage1
just created by someone new to the project, we don't know yet if it deserves an implementation / a f
Versions
Detailed description of a problem
The event "scoreUpdated" is not called
What did you try yet?
Your current code
Expected behavior
The event should be called
Additional context
I found the issue:
In "scoreboard.js" line 43, packet.action is undefined, hence why "the bot.emit('scoreUpdated', scoreboard, updated)" is never called.
The action field inside the packet is not sent anymore since 1.20.3
The text was updated successfully, but these errors were encountered: