Skip to content

Fix missing variable in client_auto.js: replace undeclared 'packet'#1493

Open
MatrixNeoKozak wants to merge 1 commit into
PrismarineJS:masterfrom
MatrixNeoKozak:scout-improvement-1780256991692
Open

Fix missing variable in client_auto.js: replace undeclared 'packet'#1493
MatrixNeoKozak wants to merge 1 commit into
PrismarineJS:masterfrom
MatrixNeoKozak:scout-improvement-1780256991692

Conversation

@MatrixNeoKozak

Copy link
Copy Markdown

In client_auto.js, line attempting to parse packet.message references an undeclared variable packet (should be jsonMsg). This causes a crash when a chat event is received. Fixed by replacing packet with the correct variable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant