Also mark NZ_JNT as an ambiguous name

This commit is contained in:
LagoLunatic
2026-06-16 15:24:19 -04:00
parent 71ef7208ac
commit 08c9098dcf
15 changed files with 283 additions and 285 deletions
+1
View File
@@ -34,6 +34,7 @@ THIS_MTIME = Path(__file__).stat().st_mtime
AMBIGUOUS_JOINT_ENUM_NAMES = [
"BOW_JNT",
"NZ_JNT",
]
class ArcFile(NamedTuple):