From 4c891a71c124f9b0e3cff3e394d3b437044c081b Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Tue, 8 Aug 2017 18:21:43 +0100 Subject: [PATCH] removed credit --- control.lua | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/control.lua b/control.lua index f7af9544..1ef8841e 100644 --- a/control.lua +++ b/control.lua @@ -8,32 +8,14 @@ Discord: https://discord.gg/XSsBV6b The credit below may be used by another script do not remove. ]] -local credits = { - { +local credits = {{ name='Control', owner='Explosive Gaming', dev='Cooldude2606', description='Core Factorio File', factorio_version='0.15.23', show=false - }, - {-- this is only on our server so can't be found in any of this code , remove when copying code - name='Factorio to Discord Bot', - owner='Explosive Gaming', - dev='ayahuasca23', - description='Sends all chat from the server into discord', - factorio_version='0.15.23', - show=true - }, - {-- this is only on our server so can't be found in any of this code , remove when copying code - name='Discord to Factorio Bot', - owner='Explosive Gaming', - dev='badgamernl', - description='Factorio To discord bot', - factorio_version='0.15.23', - show=true - } - } + }} local function credit_loop(reg) for _,cred in pairs(reg) do table.insert(credits,cred) end end --Please Only Edit Below This Line----------------------------------------------------------- require("mod-gui")