Skip to content

Commit

Permalink
ci: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed Oct 28, 2024
1 parent d497299 commit 153101f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prismarine-viewer/examples/baseScene.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export class BasePlaygroundScene {
const block =
properties ?
this.Block.fromProperties(loadedData.blocksByName[blockName].id, properties ?? {}, 0) :
this.Block.fromStateId(loadedData.blocksByName[blockName].defaultState!, 0)
this.Block.fromStateId(loadedData.blocksByName[blockName].defaultState, 0)
this.world.setBlock(this.targetPos.offset(xOffset, yOffset, zOffset), block)
}

Expand Down

0 comments on commit 153101f

Please sign in to comment.