ForTheCrown / FTC

ForTheCrown SMP's plugin code
https://www.forthecrown.net/docs/
3 stars 1 forks source link

Dummies break #21

Closed ForTheWout closed 1 year ago

ForTheWout commented 1 year ago

Husk dummies seem to break somehow. They lose their show-dmg-on-hit functionality and just stand there menacingly. Current fix is killing them and spawning a new one.

JulieWoolie commented 1 year ago

Switched from directly caching the reference to the dummy entity to caching an EntityIdentifier instance. I believe the underlying Entity instance being unloaded and invalidated was the cause of the issue