mirror of
https://github.com/EndPwnArchive/endpwn3.git
synced 2024-08-15 00:23:30 +00:00
??
This commit is contained in:
parent
3e3ca12e10
commit
bb9af0b91d
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
try {
|
||||
|
||||
// fix for recent canary update
|
||||
if (require === undefined) {
|
||||
if (window.require === undefined) {
|
||||
window.electron = DiscordNative.nativeModules.requireModule("discord_/../electron").remote;
|
||||
window.require = electron.require;
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue