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