1
0
mirror of https://github.com/LDDestroier/CC/ synced 2025-10-29 14:37:41 +00:00

Moved AES URL over to my github

In case it changes, see
This commit is contained in:
LDDestroier
2019-03-17 17:34:52 -04:00
committed by GitHub
parent 1736cf4b46
commit c099c170ed

View File

@@ -361,7 +361,7 @@ keyList = getAllKeys()
local apiData = {
["aeslua"] = {
path = "aeslua.lua",
url = "https://gist.githubusercontent.com/SquidDev/86925e07cbabd70773e53d781bd8b2fe/raw/aeslua.lua",
url = "https://raw.githubusercontent.com/LDDestroier/CC/master/API/aeslua.lua", -- thanks SquidDev
useLoadAPI = true,
}
}