mirror of
https://github.com/EndPwnArchive/endpwn3.git
synced 2024-08-15 00:23:30 +00:00
disable rewind shim ig
This commit is contained in:
parent
7ae829b358
commit
01cbda7656
1 changed files with 3 additions and 3 deletions
|
@ -45,10 +45,10 @@
|
||||||
|
|
||||||
function load() {
|
function load() {
|
||||||
var branch = require('path').basename(data).substr(7);
|
var branch = require('path').basename(data).substr(7);
|
||||||
if (branch != 'canary')
|
//if (branch != 'canary')
|
||||||
win.loadURL('https://' + (branch && branch != 'development' ? branch + '.' : '') + 'discordapp.com/channels/@me');
|
win.loadURL('https://' + (branch && branch != 'development' ? branch + '.' : '') + 'discordapp.com/channels/@me');
|
||||||
else
|
//else
|
||||||
win.loadURL('https://dr1ft.xyz/channels/@me?branch=canary&build=15523'); // emergency, ugly, temp fix
|
//win.loadURL('https://dr1ft.xyz/channels/@me?branch=canary&build=15523'); // emergency, ugly, temp fix
|
||||||
}
|
}
|
||||||
|
|
||||||
// dont update EPAPI/CRISPR if DONTUPDATE exists
|
// dont update EPAPI/CRISPR if DONTUPDATE exists
|
||||||
|
|
Loading…
Reference in a new issue