Skip to content

Commit 7e0a04a

Browse files
committed
Fix warning.
1 parent b57bb7e commit 7e0a04a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: script/hooks.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { prepareRollDialog, push } from "./util/roll.js";
1616

1717
Hooks.once("init", () => {
1818
CONFIG.Combat.initiative = { formula: "1d10", decimals: 0 };
19-
CONFIG.Actor.entityClass = VaesenActor;
19+
CONFIG.Actor.documentClass = VaesenActor;
2020
CONFIG.anonymousSheet = {};
2121
CONFIG.roll = prepareRollDialog;
2222
CONFIG.push = push;

0 commit comments

Comments
 (0)