9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-27 19:19:07 +00:00

Entity errors

This commit is contained in:
Daniel Mills
2021-08-04 21:50:49 -04:00
parent baa3cfa636
commit dc4592ae4d

View File

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