mirror of
https://github.com/NohamR/Pocket-Bird.git
synced 2026-05-25 04:07:23 +00:00
Don't switch hats when unlocked
This commit is contained in:
1
dist/extension/birb.js
vendored
1
dist/extension/birb.js
vendored
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user