sanity check

This commit is contained in:
Leijurv 2019-06-12 16:41:05 -07:00
parent eb6c0a39ea
commit e785bd13f5
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
1 changed files with 2 additions and 0 deletions

View File

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