mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-21 23:13:39 +02:00
Remove vestigial code
This commit is contained in:
parent
279b89bb69
commit
f478317f19
1 changed files with 0 additions and 4 deletions
|
|
@ -192,9 +192,6 @@ export default class DhHomebrew extends foundry.abstract.DataModel {
|
|||
*/
|
||||
static originalResources = null;
|
||||
|
||||
/** Backed up settings used to detect diffs */
|
||||
static originalSettings = null;
|
||||
|
||||
/** @inheritDoc */
|
||||
_initializeSource(source, options = {}) {
|
||||
source = super._initializeSource(source, options);
|
||||
|
|
@ -213,7 +210,6 @@ export default class DhHomebrew extends foundry.abstract.DataModel {
|
|||
|
||||
this.refreshConfig();
|
||||
this.#resetActors();
|
||||
DhHomebrew.previous
|
||||
}
|
||||
|
||||
/** Update config values based on homebrew data */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue