From 34a76d492d8dbc2341fa153887023a1f1bd4ddf8 Mon Sep 17 00:00:00 2001 From: Arcidayne <9382522b@opayq.com> Date: Sun, 20 Dec 2015 16:04:14 -0800 Subject: [PATCH] Updater - Don't download. --- Updater/Updater.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Updater/Updater.xml b/Updater/Updater.xml index c311569..595e81a 100644 --- a/Updater/Updater.xml +++ b/Updater/Updater.xml @@ -29,9 +29,7 @@ function UpdatePlugin(pid, pfile, pversion, raw) 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" - local plugin_file = GetPluginInfo(GetPluginID(), 20) .. GetPluginInfo(GetPluginID(), 1) - local plugin_version = GetPluginInfo(GetPluginID(), 19)]] + ColourNote("white", "blue", pfile) if async_ok then raw_return = async.request(raw, "HTTPS")