mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-29 20:16:38 +09:00
Command maker clean
This commit is contained in:
@@ -5,24 +5,13 @@ This file can be used with permission but this and the credit below must remain
|
||||
Contact a member of management on our discord to seek permission to use our code.
|
||||
Any changes that you may make to the code are yours but that does not make the script yours.
|
||||
Discord: https://discord.gg/XSsBV6b
|
||||
|
||||
The credit below may be used by another script do not remove.
|
||||
]]
|
||||
local credits = {{
|
||||
name='File Header - Stand-Alone',
|
||||
owner='Explosive Gaming',
|
||||
dev='Cooldude2606',
|
||||
description='Just A File Header To Organise Code',
|
||||
factorio_version='0.15.23',
|
||||
show=false
|
||||
}}
|
||||
local function credit_loop(reg) for _,cred in pairs(reg) do table.insert(credits,cred) end end
|
||||
--Please Only Edit Below This Line-----------------------------------------------------------
|
||||
--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 Control"))
|
||||
credit_loop(require("GUI/file-header"))
|
||||
credit_loop(require("ExpGaming - Command Maker"))
|
||||
credit_loop(require("ExpGaming - Server Interface"))
|
||||
require("ExpGaming - Lib")
|
||||
ranking = require("ExpGaming - Rank Control")
|
||||
ExpGui = require("GUI/file-header")
|
||||
require("ExpGaming - Command Maker")
|
||||
server = require("ExpGaming - Server Interface")
|
||||
--Please Only Edit Above This Line-----------------------------------------------------------
|
||||
return credits
|
||||
return ranking,ExpGui,server
|
||||
Reference in New Issue
Block a user