Skip to content

Commit 5242498

Browse files
authored
types: add missing config state (#1397)
1 parent 74aea5a commit 5242498

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ declare module 'minecraft-protocol' {
237237
HANDSHAKING = 'handshaking',
238238
LOGIN = 'login',
239239
PLAY = 'play',
240+
CONFIGURATION = 'configuration',
240241
STATUS = 'status',
241242
}
242243

0 commit comments

Comments
 (0)