Skip to content

Commit

Permalink
Fix for undefined values
Browse files Browse the repository at this point in the history
  • Loading branch information
mclemente committed Oct 19, 2023
1 parent 5951d14 commit a43e8f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/module/logic.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ export class Polyglot {
this.CustomFontSizes = game.settings.get("polyglot", "CustomFontSizes");
this.registerModule = null;
this.registerSystem = null;
this._omniglot = "";
this._comprehendLanguages = "";
this._truespeech = "";
}

init() {
Expand Down

0 comments on commit a43e8f7

Please sign in to comment.