Change Easter Eggs
This commit is contained in:
@@ -716,9 +716,9 @@
|
|||||||
|
|
||||||
if (
|
if (
|
||||||
(d.getDate() >= 18 && d.getMonth() == 11) ||
|
(d.getDate() >= 18 && d.getMonth() == 11) ||
|
||||||
(d.getDate() >= 10 && d.getMonth() == 0)
|
(d.getDate() <= 10 && d.getMonth() == 0)
|
||||||
) {
|
) {
|
||||||
startChristmas();
|
//startChristmas();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user