Don't switch hats when unlocked

This commit is contained in:
Idrees Hassan
2026-01-24 22:55:46 -05:00
parent cd06a886bd
commit ea85c61955
7 changed files with 0 additions and 6 deletions

View File

@@ -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");