
Mod breaks Simple Voice Chat
henkelmax opened this issue ยท 2 comments
Your ALSpeakerBaseMixin
will create a null pointer exception, as category
is @Nullable
:
It is strongly discouraged to directly mixin into the voice chat mod, as this will break if the mods code changes.
This should be done with the API, as it does not break across mod versions.
EDIT: This event should work: https://voicechat.modrepo.de/de/maxhenkel/voicechat/api/events/OpenALSoundEvent.Pre.html
I apologise for this, I've removed the offending versions for download and will fix this as soon as I can.