1
Fork 0

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

development
Eddoursul 4 months ago
parent afa68ffd25
commit 331e241b60
  1. BIN
      scripts/critter.pex
  2. 2
      source/scripts/critter.psc

Binary file not shown.

@ -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

Loading…
Cancel
Save