YetAnotherClown/planck

Fallback to Source + Line for System Names When Name Is “system”

Aperta

#41 aperta il 6 feb 2026

 (0 commenti) (0 reazioni) (0 assegnatari)Luau (16 fork)auto 404
enhancementgood first issue

Metriche repository

Star
 (56 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

When systems are defined as,

return {
    system = function()
        -- ...
    end
}

The name for the system will become system. When this happens, we should fallback to using the Source + Line for the system name.

Guida contributor