fx off until feb

This commit is contained in:
Martin Donnelly 2018-01-14 11:17:07 +00:00
parent 466a4e8cd5
commit 32bdba2c8e

View File

@ -48,7 +48,10 @@ function updateFX() {
const now = new Date();
if (now.getTime() > 1505696400000)
// 1517443200000
// 1505696400000
if (now.getTime() > 1517443200000)
getFx();
const mod = delay - (now.getTime() % delay);