Severity: HIGH
File: src/main.lua:483
Multiplayer: No
Fix Complexity: MODERATE
Confidence: 100% (source-verified)
Description
Manual overwrite of PlayerInputComponent.registerActionEvents instead of Utils.overwrittenFunction. Any mod loaded after this one that also hooks the same function will be silently skipped.
Fix
Refactor to use Utils.overwrittenFunction to preserve the hook chain.
Source: Consolidated Bug Review 2026-07-26, NPF-002
Severity: HIGH
File:
src/main.lua:483Multiplayer: No
Fix Complexity: MODERATE
Confidence: 100% (source-verified)
Description
Manual overwrite of
PlayerInputComponent.registerActionEventsinstead ofUtils.overwrittenFunction. Any mod loaded after this one that also hooks the same function will be silently skipped.Fix
Refactor to use
Utils.overwrittenFunctionto preserve the hook chain.Source: Consolidated Bug Review 2026-07-26, NPF-002