make it debug but hide error for entities

This commit is contained in:
Brian Fopiano 2022-01-02 16:21:59 -08:00
parent 4fea28b313
commit 21f1ecfa15

View File

@ -161,6 +161,7 @@ public class IrisEntitySpawn implements IRare {
try { try {
IrisEntity irisEntity = getRealEntity(g); IrisEntity irisEntity = getRealEntity(g);
if(irisEntity == null){ // No entity if(irisEntity == null){ // No entity
Iris.debug(" You are trying to spawn an entity that does not exist!");
return null; return null;
} }