mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-17 14:21:33 +00:00
Entity errors
This commit is contained in:
@@ -148,7 +148,7 @@ public class IrisEntitySpawn implements IRare {
|
|||||||
} catch (Throwable e) {
|
} catch (Throwable e) {
|
||||||
Iris.reportError(e);
|
Iris.reportError(e);
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
Iris.error(" Failed to retrieve real entity @ " + at);
|
Iris.error(" Failed to retrieve real entity @ " + at + " (entity: " + getEntity() + ")");
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user