Skip to content

Commit

Permalink
fix(Catlas): incorrect core scanning logic
Browse files Browse the repository at this point in the history
fixes bug introduced in 8169842
  • Loading branch information
My-Name-Is-Jeff committed Feb 24, 2025
1 parent 10a5ca2 commit f25a957
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ object ScanUtils {
bedrock++
} else {
bedrock = 0
if (!Utils.equalsOneOf(id, 5, 54, 146)) continue
if (Utils.equalsOneOf(id, 5, 54, 146)) continue
}

sb.append(id)
Expand Down

0 comments on commit f25a957

Please sign in to comment.