Remove gross space
This commit is contained in:
parent
efc9316c31
commit
b281763f21
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ Hooks.once(`ready`, () => {
|
|||
console.debug(".dungeon | Ready");
|
||||
|
||||
let defaultTab = game.settings.get(`dotdungeon`, `defaultTab`);
|
||||
if (defaultTab ) {
|
||||
if (defaultTab) {
|
||||
if (!ui.sidebar?.tabs?.[defaultTab]) {
|
||||
console.error(`Couldn't find a sidebar tab with ID:`, defaultTab);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue