From 8a17fcec10f9c29af58c6e99003183d75d2118b8 Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Fri, 20 Apr 2018 20:48:16 +0100 Subject: [PATCH] Added _G._ --- control.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/control.lua b/control.lua index 71954015..deee6a0f 100644 --- a/control.lua +++ b/control.lua @@ -8,6 +8,9 @@ Discord: https://discord.gg/r6dC2uK ]] --Please Only Edit Below This Line----------------------------------------------------------- +-- a base for functions to keep things clean +_G._ = {} + -- replaces the base error function _error = error error = function(err)