Crash on 1.19.3 when “Show Subtitles” turns on
lonefelidae16 opened this issue · 0 comments
Hi👋
I got a crash on Fabric MC1.19.3 with 1.5.2.
crash-2022-12-19_09.16.20-client.txt
From yarn mappings, class_359
means SubtitlesHud
, then I examined the code and the cause of this crash became apparent. It appears that the type is failing to cast.
I have fixed it so that local variables accept the correct type. I will create new PR of this hotfix.