Skip to content

Commit

Permalink
fix that
Browse files Browse the repository at this point in the history
  • Loading branch information
jwklong committed Nov 24, 2024
1 parent 4a53e32 commit 7963117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensions/jwTargets/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class TargetType {

toString() {
try {
return target.sprite.name
return this.target.sprite.name
} catch {
return ""
}
Expand Down

0 comments on commit 7963117

Please sign in to comment.