Few minnor chagnes while messing with FSM

This commit is contained in:
Cooldude2606
2018-06-12 16:53:00 +01:00
parent 13c5961d39
commit 864279377e
10 changed files with 102 additions and 51 deletions

View File

@@ -279,6 +279,5 @@ function table.keysort(tbl)
return _tbl
end
-- bypasses the module sandbox and places functions into _G
ExpLib:unpack_to_G()
-- because this is marked as GlobalLib it will be auto extracted into _G
return ExpLib

View File

@@ -1,6 +1,6 @@
{
"name": "ExpGamingLib",
"module": "ExpLib",
"module": "GlobalLib",
"description": "Adds some common functions used though out all ExpGaming modules",
"keywords": ["ExpGaming","Lib"],
"version": "3.4.0",