Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
MirageNullPrefabFix
Companion hotfix: stops Mirage's StartOfRound NullReferenceException on v81 when other mods leave null NetworkPrefab entries. Loads alongside Mirage.
CHANGELOG
Changelog
1.0.2
- Release build. Same fix as validated, with quiet logging (only logs when it removes an entry).
1.0.1 / 1.0.0 (dev)
- Iterated on the hook target. Root cause: a null-
Prefabentry is registered during vanillaStartOfRound.Awake, which Mirage's post-origenemy-registration loop then trips on. Fixed by sanitizing null-Prefabentries in a prefix and postfix onStartOfRound.Awake(andStart, for future/PR builds). The Awake postfix is the one that catches it.