just kidding, silence it

This commit is contained in:
Brian Fopiano 2021-12-30 18:12:44 -08:00
parent 0e2ae6840b
commit 5502fa4584

View File

@ -160,8 +160,7 @@ public class IrisEntitySpawn implements IRare {
private Entity spawn100(Engine g, Location at, boolean ignoreSurfaces) {
try {
IrisEntity irisEntity = getRealEntity(g);
if(irisEntity == null){
Iris.error(" An entity referenced is not properly referenced / not real");
if(irisEntity == null){ // No entity
return null;
}