don't you hate it when you forget one character?

pull/2/head
Zoltan The DM 2023-11-30 15:20:23 -08:00
parent 7efe782bc6
commit 59bf58eac9
1 changed files with 1 additions and 1 deletions

View File

@ -1822,7 +1822,7 @@ class CompendiumBrowser extends Application {
static async createBanners(html) { static async createBanners(html) {
// Don't build the banners if configuration is turned off // Don't build the banners if configuration is turned off
if (!CompendiumBrowser.bannersGlobal || CompendiumBrowser.bannersLocal) { if (!CompendiumBrowser.bannersGlobal || !CompendiumBrowser.bannersLocal) {
return; return;
} }