Filename | |
---|---|
StarTip.lua |
diff --git a/StarTip.lua b/StarTip.lua index 61c1037..d2c77d2 100644 --- a/StarTip.lua +++ b/StarTip.lua @@ -195,6 +195,7 @@ do end local table = {self = StarTip:GetModule("Text"), _G = _G, StarTip = StarTip, select = select, format = format} + _G.self = table.self setfenv(runnable, table)