Compare commits

2 Commits

Author SHA1 Message Date
fe4248eb8b hotfix: R107 makes the check redundant (it was never a great idea tbh) 2024-08-18 18:32:09 +00:00
d87bfde6f9 Update README.md 2024-06-29 17:18:15 +00:00
2 changed files with 5 additions and 2 deletions

View File

@@ -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.

View File

@@ -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()