mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-27 11:09:06 +00:00
Entity errors
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user