Closed farling42 closed 1 month ago
Describe the bug An error is produced after an action has been performed. This is using token-action-hud-cyphersystem which I'm updating to HUD core 2.0.3.
this.hud.actorId is undefined, it should probably be this.hudManager.hud.actorId
this.hud.actorId
this.hudManager.hud.actorId
Steps to reproduce
Versions:
Additional context Any additional context.
Fixed in 2.0.4.
Describe the bug An error is produced after an action has been performed. This is using token-action-hud-cyphersystem which I'm updating to HUD core 2.0.3.
this.hud.actorId
is undefined, it should probably bethis.hudManager.hud.actorId
Steps to reproduce
Versions:
Additional context Any additional context.