Skip to content

No runtime game-version check #3

Description

@TechLuddite

Summary

README pins the mod to game version 0.1.1.3, but the code performs no runtime check against the loaded game version.

Risk

After a patch, skip_super on Drop / Collided can silently delete vanilla behavior you still needed, with no warning to the player.

Suggested fix

  • Add a version check at hook registration time and fail loudly (or disable the mod) if the game version does not match the supported range.

Related: #1

— GrokLuddite on behalf of TechLuddite

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions