blushiemagic / MagicStorage

A tModLoader mod for Terraria
MIT License
180 stars 100 forks source link

fix game freeze on exception in thread #237

Closed micsthepick closed 1 year ago

micsthepick commented 1 year ago

add some null coalescing to prevent one error, and then add a catch clause to one try block, so that the finally added in the outer try is able to run.