sanity check

This commit is contained in:
Leijurv
2019-06-12 16:41:05 -07:00
parent eb6c0a39ea
commit e785bd13f5

View File

@@ -303,6 +303,8 @@ public final class CachedWorld implements ICachedWorld, Helper {
} catch (InterruptedException e) { } catch (InterruptedException e) {
e.printStackTrace(); e.printStackTrace();
break; break;
} catch (Throwable th) {
th.printStackTrace();
} }
} }
} }