You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 26, 2018. It is now read-only.
After using EntityRegistry.instance().lookupModSpawn(, ).getModEntityId() to attempt to get the entity id of a monster I added, I noticed it never gave me the correct value. After a bit of time I figured out that getTrackingRange() gave the correct entity id while getModEntityId() would return the tracking range. Somewhere the values are being switched.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After using EntityRegistry.instance().lookupModSpawn(, ).getModEntityId() to attempt to get the entity id of a monster I added, I noticed it never gave me the correct value. After a bit of time I figured out that getTrackingRange() gave the correct entity id while getModEntityId() would return the tracking range. Somewhere the values are being switched.
The text was updated successfully, but these errors were encountered: