Compare commits
2 Commits
testing
...
fe4248eb8b
Author | SHA1 | Date | |
---|---|---|---|
fe4248eb8b | |||
d87bfde6f9 |
@@ -4,4 +4,7 @@ This document is updated with stable releases, for additional documentation plea
|
|||||||
* Unstable doc: https://code.fleshless.org/mute/MBCHC/wiki/unstable
|
* Unstable doc: https://code.fleshless.org/mute/MBCHC/wiki/unstable
|
||||||
|
|
||||||
## PSA
|
## PSA
|
||||||
The only supported version is unstable, don't use any other.
|
The only supported version is unstable, don't use any other.
|
||||||
|
|
||||||
|
## Feedback
|
||||||
|
We are available at the club in a private room named `MBCHC`. If Mute isn't there, leave a message.
|
||||||
|
@@ -790,7 +790,7 @@ w.MBCHC = {
|
|||||||
})
|
})
|
||||||
// for some reason many (not all) hooks don't work if the mod is loaded in the room
|
// for some reason many (not all) hooks don't work if the mod is loaded in the room
|
||||||
// to be honest I have no idea what's going on. the hooks get registered, they just don't get called by SDK.
|
// to be honest I have no idea what's going on. the hooks get registered, they just don't get called by SDK.
|
||||||
if (current() === 'Online/ChatRoom') throw new Error('please do not load in a chat room')
|
// if (current() === 'Online/ChatRoom') throw new Error('please do not load in a chat room')
|
||||||
if (current() === 'Character/Login') {
|
if (current() === 'Character/Login') {
|
||||||
this.remove_load_hook = this.before('AsylumGGTSSAddItems', () => this.loader())
|
this.remove_load_hook = this.before('AsylumGGTSSAddItems', () => this.loader())
|
||||||
} else this.loader()
|
} else this.loader()
|
||||||
|
Reference in New Issue
Block a user