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) {
|
||||
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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user