fix: double kill
This commit is contained in:
parent
89d3a6df36
commit
37ab5bdead
|
@ -89,12 +89,6 @@ export default (latus) => class Tool extends Trait {
|
|||
};
|
||||
}
|
||||
|
||||
destroy() {
|
||||
if ('client' === process.env.SIDE) {
|
||||
this.#primitives.destroy();
|
||||
}
|
||||
}
|
||||
|
||||
calculateTargetStart() {
|
||||
const {wielder} = this.entity;
|
||||
if (!wielder || !wielder.is('Directional') || !wielder.is('Layered')) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user