mirror of
https://github.com/EndPwnArchive/endpwn3.git
synced 2024-08-15 00:23:30 +00:00
im stupid
This commit is contained in:
parent
efb1788a70
commit
a9f17570e0
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@
|
||||||
);
|
);
|
||||||
|
|
||||||
// check for epapi updates
|
// check for epapi updates
|
||||||
if (!fs.existsSync($api.data + '/DONTUPDATE'))
|
if ($api.lite || !fs.existsSync($api.data + '/DONTUPDATE'))
|
||||||
(function () {
|
(function () {
|
||||||
|
|
||||||
// fetch the latest build of epapi
|
// fetch the latest build of epapi
|
||||||
|
|
Loading…
Reference in a new issue