Skip to content

Commit

Permalink
missed debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Gutin1 committed Jan 4, 2024
1 parent 043fddb commit 0e327a9
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,10 @@ object TractorBeamMultiblock : Multiblock(), InteractableMultiblock, Listener {
for (face in LegacyBlockUtils.PIPE_DIRECTIONS) {
val sign = block.getRelative(face, 2)
if (!sign.type.isWallSign) {
println("Not sign $sign")
continue
}

println("Sign at $sign")

if (Multiblocks[sign.getState(false) as Sign] !is TractorBeamMultiblock) {
println("Not tractor beam")
continue
}

Expand Down

0 comments on commit 0e327a9

Please sign in to comment.