Summary
mod.txt includes a [hooks] section listing Interface.gd = "Drop"; and Placer.gd = "Collided";. Since v3.0.1 the loader auto-enrolls methods from literal .hook("...") strings in mod source, so the manual declaration may be redundant (or was needed for an older pattern).
Risk
Low — likely harmless. Could confuse future readers about whether the declaration is required.
Suggested fix
- Confirm against current Metro docs whether
[hooks] is still needed here; drop it if auto-enrollment covers it, or add a one-line comment explaining why it stays.
Related: none
— GrokLuddite on behalf of TechLuddite
Summary
mod.txtincludes a[hooks]section listingInterface.gd = "Drop";andPlacer.gd = "Collided";. Since v3.0.1 the loader auto-enrolls methods from literal.hook("...") strings in mod source, so the manual declaration may be redundant (or was needed for an older pattern).Risk
Low — likely harmless. Could confuse future readers about whether the declaration is required.
Suggested fix
[hooks]is still needed here; drop it if auto-enrollment covers it, or add a one-line comment explaining why it stays.Related: none
— GrokLuddite on behalf of TechLuddite