v1.3.5 - Fix WantsToDisplayMessage check
Changes
Bug fix
WantsToDisplayMessagepointer comparison —message.mText == ""was comparing achar[128]buffer address against a string literal address (alwaysfalse). Corrected tomessage.mText[0] == '\0'.
Known limitation
- The "Auto camera: on/off" message does not appear in LMU. LMU appears not to implement the
WantsToDisplayMessageInternalsPlugin callback. An alternative notification path for LMU is under investigation.
No gameplay changes
This release contains no changes to camera selection logic or autocam behaviour.