Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
MukjepScarlet committed Feb 19, 2025
1 parent 56d0472 commit 7b7eb2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ object ModuleBlockIn : ClientModule("BlockIn", Category.WORLD, disableOnQuit = t
private var blockList = emptySet<BlockPos>()

override fun disable() {
startPos.set(0, 0, 0)
startPos.set(BlockPos.ORIGIN)
blockList = emptySet()
blockPlacer.disable()
}
Expand Down

0 comments on commit 7b7eb2d

Please sign in to comment.