mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
Make validateChannelProtocol
optional (#972)
This commit is contained in:
parent
f1f9f5c310
commit
11ad7130aa
1 changed files with 1 additions and 1 deletions
2
src/index.d.ts
vendored
2
src/index.d.ts
vendored
|
@ -148,7 +148,7 @@ declare module 'minecraft-protocol' {
|
|||
errorHandler?: (client: Client, error: Error) => void
|
||||
hideErrors?: boolean
|
||||
agent?: Agent
|
||||
validateChannelProtocol: boolean
|
||||
validateChannelProtocol?: boolean
|
||||
}
|
||||
|
||||
export interface SerializerOptions {
|
||||
|
|
Loading…
Reference in a new issue