Removed Is3DLoaded() check from CheckCellAtached(), causes critters to never appear

This commit is contained in:
Eddoursul 2024-01-20 21:15:23 +01:00
parent afa68ffd25
commit 331e241b60
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -1116,7 +1116,7 @@ endFunction
/; /;
Bool Function CheckCellAttached(ObjectReference AnyItemRef) Bool Function CheckCellAttached(ObjectReference AnyItemRef)
if AnyItemRef == None || ! AnyItemRef.Is3DLoaded() if ! AnyItemRef
return false return false
endif endif