Open ItsOnlyBinary opened 9 years ago
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
Sorry for the slow response. I missed this ticket. I'll test SB signs to make sure they're working for /repairsigns.
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