Skip to content

Commit

Permalink
up lock
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed Jul 10, 2024
1 parent ea16d88 commit 2afba81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/connect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ export type ConnectOptions = {
singleplayer?: any
username: string
proxy?: string
botVersion?: any
botVersion?: string
serverOverrides?
serverOverridesFlat?
peerId?: string
ignoreQs?: boolean
onSuccessfulPlay?: () => void
autoLoginPassword?: string
serverIndex?: string
authenticatedAccount?: AuthenticatedAccount | true

connectEvents?: {
serverCreated?: () => void
Expand Down

0 comments on commit 2afba81

Please sign in to comment.