mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 10:12:53 +00:00
just kidding, silence it
This commit is contained in:
parent
0e2ae6840b
commit
5502fa4584
@ -160,8 +160,7 @@ public class IrisEntitySpawn implements IRare {
|
|||||||
private Entity spawn100(Engine g, Location at, boolean ignoreSurfaces) {
|
private Entity spawn100(Engine g, Location at, boolean ignoreSurfaces) {
|
||||||
try {
|
try {
|
||||||
IrisEntity irisEntity = getRealEntity(g);
|
IrisEntity irisEntity = getRealEntity(g);
|
||||||
if(irisEntity == null){
|
if(irisEntity == null){ // No entity
|
||||||
Iris.error(" An entity referenced is not properly referenced / not real");
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user