Faster Interpolatin

This commit is contained in:
Daniel Mills
2021-08-03 18:03:27 -04:00
parent 36d3849118
commit 672c39e58d
9 changed files with 149 additions and 75 deletions

View File

@@ -138,6 +138,7 @@ public class IrisEntitySpawn implements IRare {
return e;
} catch (Throwable e) {
Iris.reportError(e);
e.printStackTrace();
Iris.error(" Failed to retrieve real entity @ " + at);
return null;
}