patrick-layden / HyperConomy

https://dev.bukkit.org/projects/hyperconomy
GNU General Public License v3.0
35 stars 24 forks source link

/repairsigns does not correctly find SB info signs #72

Open ItsOnlyBinary opened 9 years ago

ItsOnlyBinary commented 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

patrick-layden commented 9 years ago

Sorry for the slow response. I missed this ticket. I'll test SB signs to make sure they're working for /repairsigns.