Hanxven

Results 1 issues of Hanxven

A possible workaround is to modify the `onKill` method of class AutoTurrent in `AutoTurrent.ts`: ```ts public onKill(killedEntity: LivingEntity) { if (!(this.owner instanceof LivingEntity) && !(this.owner instanceof GuardObject)) return; this.owner.onKill(killedEntity); //...

inaccuracy