Skip to content

Commit 5dc36d6

Browse files
fix world typing (#3302)
1 parent cc98f13 commit 5dc36d6

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
@@ -198,7 +198,7 @@ export interface Bot extends TypedEmitter<BotEvents> {
198198
teamMap: { [name: string]: Team }
199199
controlState: ControlStateStatus
200200
creative: creativeMethods
201-
world: world.World
201+
world: world.WorldSync
202202
_client: Client
203203
heldItem: Item | null
204204
usingHeldItem: boolean

0 commit comments

Comments
 (0)