big oops on using getter functions

pull/2/head
Zoltan The DM 2023-11-30 15:15:54 -08:00
parent 2f0f01b5a9
commit 7efe782bc6
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;
} }