diff --git a/dist/extension.zip b/dist/extension.zip index 97bbda8..0f487b6 100644 Binary files a/dist/extension.zip and b/dist/extension.zip differ diff --git a/dist/extension/birb.js b/dist/extension/birb.js index a1d97cf..505f379 100644 --- a/dist/extension/birb.js +++ b/dist/extension/birb.js @@ -2625,7 +2625,6 @@ if (!unlockedHats.includes(hatId)) { unlockedHats.push(hatId); save(); - switchHat(hatId); const message = makeElement("birb-message-content"); message.appendChild(document.createTextNode("You've unlocked the ")); const bold = document.createElement("b"); diff --git a/dist/obsidian/main.js b/dist/obsidian/main.js index bb230fc..e3c1e16 100644 --- a/dist/obsidian/main.js +++ b/dist/obsidian/main.js @@ -2668,7 +2668,6 @@ module.exports = class PocketBird extends Plugin { if (!unlockedHats.includes(hatId)) { unlockedHats.push(hatId); save(); - switchHat(hatId); const message = makeElement("birb-message-content"); message.appendChild(document.createTextNode("You've unlocked the ")); const bold = document.createElement("b"); diff --git a/dist/userscript/birb.user.js b/dist/userscript/birb.user.js index 3634d12..09f10e4 100644 --- a/dist/userscript/birb.user.js +++ b/dist/userscript/birb.user.js @@ -2630,7 +2630,6 @@ if (!unlockedHats.includes(hatId)) { unlockedHats.push(hatId); save(); - switchHat(hatId); const message = makeElement("birb-message-content"); message.appendChild(document.createTextNode("You've unlocked the ")); const bold = document.createElement("b"); diff --git a/dist/web/birb.embed.js b/dist/web/birb.embed.js index 4168f8e..417689c 100644 --- a/dist/web/birb.embed.js +++ b/dist/web/birb.embed.js @@ -2610,7 +2610,6 @@ if (!unlockedHats.includes(hatId)) { unlockedHats.push(hatId); save(); - switchHat(hatId); const message = makeElement("birb-message-content"); message.appendChild(document.createTextNode("You've unlocked the ")); const bold = document.createElement("b"); diff --git a/dist/web/birb.js b/dist/web/birb.js index 4168f8e..417689c 100644 --- a/dist/web/birb.js +++ b/dist/web/birb.js @@ -2610,7 +2610,6 @@ if (!unlockedHats.includes(hatId)) { unlockedHats.push(hatId); save(); - switchHat(hatId); const message = makeElement("birb-message-content"); message.appendChild(document.createTextNode("You've unlocked the ")); const bold = document.createElement("b"); diff --git a/src/application.js b/src/application.js index 879b8d0..e1b2f76 100644 --- a/src/application.js +++ b/src/application.js @@ -669,7 +669,6 @@ function startApplication(birbPixels, featherPixels, hatsPixels) { if (!unlockedHats.includes(hatId)) { unlockedHats.push(hatId); save(); - switchHat(hatId); const message = makeElement("birb-message-content"); message.appendChild(document.createTextNode("You've unlocked the ")); const bold = document.createElement("b");