mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-11-06 06:45:19 +01:00
- After executing on_unassigned and on_assigned, implicitly call on_update (or add a dummy on_update for assigning if there is none)
- MFF-specific mods folder
** Code convention
All MFF mods must be in the mff global table, and thus shall depend on the mff_core mod first defining it.
The reason for this is to allow introspection using mff_introspect to track bugs at runtime, and more generally to define a code namespace.