no changes, unindent by one level
This commit is contained in:
parent
0f1195d92b
commit
2bf6695af0
|
@ -17,10 +17,10 @@
|
|||
// ==/UserScript==
|
||||
|
||||
(function() {
|
||||
"use strict";
|
||||
if (!window.AsylumGGTSSAddItems) throw "AsylumGGTSSAddItems() not found, aborting MBCHC loading"
|
||||
if (window.MBCHC) throw "MBCHC found, aborting loading"
|
||||
window.MBCHC = {
|
||||
"use strict";
|
||||
if (!window.AsylumGGTSSAddItems) throw "AsylumGGTSSAddItems() not found, aborting MBCHC loading"
|
||||
if (window.MBCHC) throw "MBCHC found, aborting loading"
|
||||
window.MBCHC = {
|
||||
VERSION: "dev.7",
|
||||
TARGET_VERSION: "R86",
|
||||
NEXT_MESSAGE: 1,
|
||||
|
@ -665,7 +665,7 @@
|
|||
if (window.CurrentModule && window.CurrentScreen && !("Character" === window.CurrentModule && "Login" === window.CurrentScreen)) return this.loader()
|
||||
this.remove_load_hook = this.before("AsylumGGTSSAddItems", () => this.loader())
|
||||
}
|
||||
} // MBCHC
|
||||
} // MBCHC
|
||||
|
||||
fetch("https://code.fleshless.org/mute/MBCHC/raw/branch/master/bondage-club-mod-sdk-1.1.0.js").then(r=>r.text()).then(r=>eval(r)).then(_=>window.MBCHC.preloader()).catch(x=>console.error(x)) /* eslint-disable-line no-eval */
|
||||
fetch("https://code.fleshless.org/mute/MBCHC/raw/branch/master/bondage-club-mod-sdk-1.1.0.js").then(r=>r.text()).then(r=>eval(r)).then(_=>window.MBCHC.preloader()).catch(x=>console.error(x)) /* eslint-disable-line no-eval */
|
||||
})()
|
||||
|
|
Loading…
Reference in New Issue
Block a user