Skip to content

Commit

Permalink
Fix typo in types (#501)
Browse files Browse the repository at this point in the history
`ClientStatus.Disconected` is now `ClientStatus.Disconnected`
  • Loading branch information
Kaaaaii authored May 31, 2024
1 parent 1ddc525 commit 16e15d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ declare module 'bedrock-protocol' {
}

enum ClientStatus {
Disconected,
Disconnected,
Authenticating,
Initializing,
Initialized
Expand Down

0 comments on commit 16e15d8

Please sign in to comment.