YetAnotherClown/planck

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

開放

#41 建立於 2026年2月6日

 (0 則留言) (0 個反應) (0 位負責人)Luau (16 個分叉)auto 404
enhancementgood first issue

倉庫指標

星標
 (56 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南