mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-29 12:16:37 +09:00
Edit to load order
This commit is contained in:
@@ -18,8 +18,8 @@ local credits = {{
|
||||
}}
|
||||
local function credit_loop(reg) for _,cred in pairs(reg) do table.insert(credits,cred) end end
|
||||
--Please Only Edit Below This Line-----------------------------------------------------------
|
||||
credit_loop(require("ExpGaming-Addons/file-header"))
|
||||
credit_loop(require("Stand-Alone/file-header"))
|
||||
credit_loop(require("ExpGaming-Core/file-header"))
|
||||
credit_loop(require("ExpGaming-Addons/file-header"))
|
||||
--Please Only Edit Above This Line-----------------------------------------------------------
|
||||
return credits
|
||||
Reference in New Issue
Block a user