Moved Rank Presets

This commit is contained in:
Cooldude2606
2017-09-23 17:24:54 +01:00
parent c125f19f39
commit 157b3c56bb
3 changed files with 1 additions and 56 deletions

View File

@@ -21,7 +21,6 @@ local function credit_loop(reg) for _,cred in pairs(reg) do table.insert(credits
--As this is the core file, the order in which the files are loaded does matter. Do not change!
credit_loop(require("ExpGaming - Lib"))
credit_loop(require("ExpGaming - Rank Table"))
credit_loop(require("ExpGaming - Rank Presets"))
credit_loop(require("ExpGaming - Rank Control"))
credit_loop(require("GUI/file-header"))
credit_loop(require("ExpGaming - Command Maker"))