mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-17 06:11:06 +00:00
make it debug but hide error for entities
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user