mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-06 21:04:16 +02:00
Revert "Fixed missing fetchSubclass call"
This reverts commit 4fc9ee39b6.
This commit is contained in:
parent
4fc9ee39b6
commit
3f595eb529
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ export default class DHSubclass extends BaseDataItem {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((await multiclass.system.fetchSubclasses()).every(x => x.uuid !== dataUuid)) {
|
if (multiclass.system.subclasses.every(x => x.uuid !== dataUuid)) {
|
||||||
ui.notifications.error(
|
ui.notifications.error(
|
||||||
game.i18n.localize('DAGGERHEART.UI.Notifications.subclassNotInMulticlass')
|
game.i18n.localize('DAGGERHEART.UI.Notifications.subclassNotInMulticlass')
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue