Skip to content

Commit

Permalink
Removed timestamp check for birthday convertible
Browse files Browse the repository at this point in the history
  • Loading branch information
AardWolf committed Mar 3, 2022
1 parent 6433136 commit 6a7452d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/scripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -274,10 +274,7 @@
}
} else if (url.includes("mousehuntgame.com/managers/ajax/events/birthday_factory.php")) {
// Triggers on Birthday Items claim, room change click (+others, perhaps).
// (GMT): Mar 24 2021 15:00:00 GMT+0000 [Birthday 2021 placeholder end date])
if (Date.now() < 1616598000000) {
getSettings(settings => recordSnackPack(settings, xhr));
}
getSettings(settings => recordSnackPack(settings, xhr));
} else if (url.includes("mousehuntgame.com/managers/ajax/events/kings_giveaway.php")) {
// Triggers on Birthday Items claim, room change click (+others, perhaps).
// Wed Jun 23 2021 22:00:00 GMT-0400 [King's Giveaway Key Vanishing date 15th])
Expand Down

0 comments on commit 6a7452d

Please sign in to comment.