fix(event): extend 24h because i derped

This commit is contained in:
SabreCat
2022-02-01 15:21:53 -06:00
parent 9e5948df64
commit 82d0251fed

View File

@@ -187,7 +187,7 @@ api.specialMounts = stable.specialMounts;
api.mountInfo = stable.mountInfo;
// For seasonal events, change this constant:
const FOOD_SEASON = moment().isBefore('2022-02-01T20:00-05:00') ? 'Cake' : 'Normal';
const FOOD_SEASON = moment().isBefore('2022-02-02T20:00-05:00') ? 'Cake' : 'Normal';
api.food = {
Meat: {