diff --git a/mbchc.mjs b/mbchc.mjs index 8bb388e..90a025d 100644 --- a/mbchc.mjs +++ b/mbchc.mjs @@ -790,7 +790,7 @@ w.MBCHC = { }) // 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. - 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') { this.remove_load_hook = this.before('AsylumGGTSSAddItems', () => this.loader()) } else this.loader()