Edit to load order

This commit is contained in:
Cooldude2606
2017-07-22 21:47:16 +01:00
parent bb89eb1a9d
commit 9411cf2bdf

View File

@@ -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