|
|
@ -29,9 +29,7 @@
|
|
|
|
function UpdatePlugin(pid, pfile, pversion, raw)
|
|
|
|
function UpdatePlugin(pid, pfile, pversion, raw)
|
|
|
|
async_ok, async = pcall (require, "async")
|
|
|
|
async_ok, async = pcall (require, "async")
|
|
|
|
|
|
|
|
|
|
|
|
--[[local raw_page = "https://raw.githubusercontent.com/Arcidayne/Aardwolf-Scripts/master/Epic_Not_Here_Counter/Epic_Not_Here_Counter.xml"
|
|
|
|
ColourNote("white", "blue", pfile)
|
|
|
|
local plugin_file = GetPluginInfo(GetPluginID(), 20) .. GetPluginInfo(GetPluginID(), 1)
|
|
|
|
|
|
|
|
local plugin_version = GetPluginInfo(GetPluginID(), 19)]]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if async_ok then
|
|
|
|
if async_ok then
|
|
|
|
raw_return = async.request(raw, "HTTPS")
|
|
|
|
raw_return = async.request(raw, "HTTPS")
|
|
|
|