mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 20:41:41 +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
|
local function credit_loop(reg) for _,cred in pairs(reg) do table.insert(credits,cred) end end
|
||||||
--Please Only Edit Below This Line-----------------------------------------------------------
|
--Please Only Edit Below This Line-----------------------------------------------------------
|
||||||
credit_loop(require("ExpGaming-Addons/file-header"))
|
|
||||||
credit_loop(require("Stand-Alone/file-header"))
|
credit_loop(require("Stand-Alone/file-header"))
|
||||||
credit_loop(require("ExpGaming-Core/file-header"))
|
credit_loop(require("ExpGaming-Core/file-header"))
|
||||||
|
credit_loop(require("ExpGaming-Addons/file-header"))
|
||||||
--Please Only Edit Above This Line-----------------------------------------------------------
|
--Please Only Edit Above This Line-----------------------------------------------------------
|
||||||
return credits
|
return credits
|
||||||
Reference in New Issue
Block a user