Player actions shouldn't catchall
altrisi opened this issue ยท 0 comments
Or at least, they should rethrow the exception back unless it's known.
We don't know what happened there, some critical path might have failed, or another mod may, and we shouldn't catch any Throwable
and try to continue with life in a potentially invalid state (for the game or for those mods).
Relevant code:
TODO: Investigate if just removing it is ok.