Added _G._

This commit is contained in:
Cooldude2606
2018-04-20 20:48:16 +01:00
parent ff00da1009
commit 8a17fcec10

View File

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