diff --git a/shared.js b/shared.js index 7d6e2dc..fcc932b 100644 --- a/shared.js +++ b/shared.js @@ -112,7 +112,7 @@ ); // check for epapi updates - if (!fs.existsSync($api.data + '/DONTUPDATE')) + if ($api.lite || !fs.existsSync($api.data + '/DONTUPDATE')) (function () { // fetch the latest build of epapi