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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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,
}
}