mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-24 00:13:39 +02:00
cleanup
This commit is contained in:
parent
1c411ba2ee
commit
0c68311a09
3 changed files with 3 additions and 6 deletions
|
|
@ -111,7 +111,7 @@ export const getCommandTarget = () => {
|
|||
}
|
||||
}
|
||||
if (!target) {
|
||||
ui.notifications.error(game.i18n.localize('DAGGERHEART.UI.Notifications.noTokenSelected'));
|
||||
ui.notifications.error(game.i18n.localize('DAGGERHEART.UI.Notifications.noSelectedToken'));
|
||||
return null;
|
||||
}
|
||||
if (target.type !== 'character') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue