mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-22 07:23:37 +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;
|
static originalResources = null;
|
||||||
|
|
||||||
/** Backed up settings used to detect diffs */
|
|
||||||
static originalSettings = null;
|
|
||||||
|
|
||||||
/** @inheritDoc */
|
/** @inheritDoc */
|
||||||
_initializeSource(source, options = {}) {
|
_initializeSource(source, options = {}) {
|
||||||
source = super._initializeSource(source, options);
|
source = super._initializeSource(source, options);
|
||||||
|
|
@ -213,7 +210,6 @@ export default class DhHomebrew extends foundry.abstract.DataModel {
|
||||||
|
|
||||||
this.refreshConfig();
|
this.refreshConfig();
|
||||||
this.#resetActors();
|
this.#resetActors();
|
||||||
DhHomebrew.previous
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Update config values based on homebrew data */
|
/** Update config values based on homebrew data */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue