/repairsigns does not correctly find SB info signs
ItsOnlyBinary opened this issue ยท 1 comments
Repairsigns.java line 67 (commit: 44b2375)
if (cb != null && cb.isInfoSign())
isInfoSign() does not return true for existing SB info signs
the causes seems to be the way sign types are decided in SignType.java