
> Looks like your coder broke it, have them fix it.
1Pootis1 opened this issue ยท 1 comments
> Looks like your coder broke it, have them fix it.
No. After my experiments I found out that Towny recreated Town
object after plugin reloading and equals
with hashCode
methods had broken and my HashMap had broken. I think you should override equals
and hashCode
method in Town
object to prevent this.
Originally posted by @TheSirCororo in #7078 (comment)