Fix spelling errors

@EndrTrekker

Co-Authored-By: EnderTrekker <3097762593@qq.com>
This commit is contained in:
2025-12-20 19:01:43 +08:00
Unverified
parent 3382a52ec7
commit cb67d74cce
4 changed files with 55 additions and 54 deletions
+1
View File
@@ -12,6 +12,7 @@ class BlockInfo {
this.showStructureBlockInfo(player);
}
}
static showStructureBlockInfo(player) {
const block = Raycaster.getTargetedStructureBlock(player, { isFirst: true, collideWithWorldBlocks: true, useActiveLayer: true });
if (!block && this.shownToLastTick.has(player.id)) {