Skip to content

Commit

Permalink
fix world typing (#3302)
Browse files Browse the repository at this point in the history
  • Loading branch information
GenerelSchwerz committed Feb 8, 2024
1 parent cc98f13 commit 5dc36d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export interface Bot extends TypedEmitter<BotEvents> {
teamMap: { [name: string]: Team }
controlState: ControlStateStatus
creative: creativeMethods
world: world.World
world: world.WorldSync
_client: Client
heldItem: Item | null
usingHeldItem: boolean
Expand Down

0 comments on commit 5dc36d6

Please sign in to comment.