mirror of
https://github.com/open-goal/jak-project
synced 2026-07-11 15:28:58 -04:00
b06d63ba83
When giving entities custom actor IDs in your level JSON, it is possible to break entity lookups by actor ID if the actors are not sorted by ID because `entity-by-aid` expects them to be in order. This sorts the actor list by ID before generating the level file and also checks for any duplicates.