From fc3ae6963b6ff91b8e080188d4a13fcc38b8bb0d Mon Sep 17 00:00:00 2001 From: zumbiepig <121742281+zumbiepig@users.noreply.github.com> Date: Wed, 21 Aug 2024 16:23:21 -0700 Subject: [PATCH] bruh --- src/resources/scripts/settings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resources/scripts/settings.ts b/src/resources/scripts/settings.ts index 262dc60..77bf3a6 100644 --- a/src/resources/scripts/settings.ts +++ b/src/resources/scripts/settings.ts @@ -48,7 +48,7 @@ if (window.location.pathname === '/settings/') { 'Ads are the only source of income for this project, and they help keep the servers running.\n\nIf you really want to disable ads, join the Discord server and get the password to disable ads.' ) === 'zombie' ) { - storage.local.set('showAds', true); + storage.local.set('showAds', false); alert('Ads have been disabled. Reload the page to apply the changes.'); } else { alert('Wrong password. Join the Discord server to get the password.');