This commit is contained in:
Leijurv
2019-06-13 23:13:40 -07:00
parent e785bd13f5
commit cc015846d2

View File

@@ -304,6 +304,7 @@ public final class CachedWorld implements ICachedWorld, Helper {
e.printStackTrace(); e.printStackTrace();
break; break;
} catch (Throwable th) { } catch (Throwable th) {
// in the case of an exception, keep consuming from the queue so as not to leak memory
th.printStackTrace(); th.printStackTrace();
} }
} }