Skip to content

Commit 2c00402

Browse files
author
kotinash
authored
index.d.ts: Fixed a typo (#441)
1 parent 50cd489 commit 2c00402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ declare module 'bedrock-protocol' {
187187
enableChunkCaching?: boolean
188188

189189
// Only allow one client to connect at a time (default: false)
190-
forceSinge?: boolean
190+
forceSingle?: boolean
191191

192192
// Do not disconnect clients on server packet parsing errors and drop the packet instead (default: false)
193193
omitParseErrors?: boolean

0 commit comments

Comments
 (0)