Don't deregister Core sheets for now
This commit is contained in:
parent
f41dcedbd2
commit
c257e4e5ee
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ Hooks.once(`init`, () => {
|
|||
|
||||
CONFIG.DOTDUNGEON = DOTDUNGEON;
|
||||
|
||||
Actors.unregisterSheet("core", ActorSheet);
|
||||
// Actors.unregisterSheet("core", ActorSheet);
|
||||
Actors.registerSheet("dotdungeon", PlayerSheet, {
|
||||
makeDefault: true,
|
||||
types: ["player"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue