so we have to check entities with !=null and type!=null , to be sure we dont use a entity pointer with no data , instead of just !=null ALWAYS ?

or just with the list ?


Compulsive compiler